-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.2",
"sass-embedded": "^1.83.4",
"vite": "^6.0.11"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.3",
"@replit/codemirror-css-color-picker": "^6.3.0",
"@tolgee/format-icu": "^6.2.2",
"@tolgee/vue": "^6.2.2",
"@vitejs/plugin-vue": "^5.2.1",
"bootstrap": "^5.3.3",
"codemirror": "^6.0.1",
"flag-icons": "^7.3.2",
"jwt-decode": "^4.0.0",
"lucide-vue-next": "^0.474.0",
"mitt": "^3.0.1",
"vue": "^3.5.13",
"vue-color-kit": "^1.0.6",
"vue-toastification": "^2.0.0-rc.5"
},
"tolgee": {
"apiUrl": "https://toglee.yixe.co.uk",
"projectId": "2",
"pull": {
"path": "./resources/js/i18n"
}
}
}