-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 968 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-analytics": "cd nova-components/Analytics && npm run dev",
"build-analytics-prod": "cd nova-components/Analytics && npm run prod"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"sass": "^1.75.0",
"tailwindcss": "^3.4.14",
"vite": "^5.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vuepic/vue-datepicker": "^8.8.1",
"laravel-vue-i18n": "^2.7.7",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"v-autocomplete": "^1.8.2",
"vue": "^3.4.26",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.13.1",
"vue-loader": "^17.4.2",
"vue-multiselect": "^3.0.0",
"vue3-tags-input": "^1.0.12"
}
}