-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 917 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 917 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
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@inertiajs/vite": "^3.4.0",
"@inertiajs/vue3": "^3.4.0",
"axios": "^1.11.0",
"flatpickr": "^4.6.13",
"jodit": "^4.6.13",
"jquery": "^4.0.0",
"monaco-editor": "^0.53.0",
"notyf": "^3.10.0",
"tailwindcss": "^4.3.0",
"vue": "^3.5.38",
"vue-i18n": "^11.1.11"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@mdi/font": "^7.4.47",
"@tailwindcss/postcss": "^4.3.0",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/compiler-sfc": "^3.5.26",
"autoprefixer": "^10.5.0",
"laravel-vite-plugin": "^3.1.0",
"postcss": "^8.5.15",
"resolve-url-loader": "^5.0.0",
"vite": "^8.0.16",
"vite-plugin-monaco-editor-esm": "^2.0.2",
"vue-loader": "^17.4.2"
}
}