-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 979 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 979 Bytes
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.0"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.9",
"jszip": "^3.10.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@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",
"tus-js-client": "^4.3.1",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"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"
}
}
}