-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.24 KB
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && vite build --ssr",
"build-nova-tiny-m-c-e": "cd nova-components/NovaTinyMCE && npm run dev",
"build-nova-tiny-m-c-e-prod": "cd nova-components/NovaTinyMCE && npm run prod"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@types/human-number": "^1.0.0",
"@types/lodash": "^4.14.191",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"sass": "^1.56.1",
"tailwindcss": "^3.2.1",
"tailwindcss-rtl": "^0.9.0",
"typescript": "^4.8.4",
"vite": "^3.0.0",
"vue": "^3.2.41",
"vue-tsc": "^1.0.9"
},
"dependencies": {
"@headlessui/vue": "^1.7.4",
"human-number": "^2.0.1",
"remixicon": "^2.5.0",
"ziggy-js": "^1.5.0"
}
}