-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 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
{
"name": "statamic-resrv",
"private": true,
"scripts": {
"dev": "rm -rf resources/dist/build && vite",
"build": "vite build",
"frontend-dev": "vite -c vite-frontend.config.js",
"frontend-build": "vite build -c vite-frontend.config.js"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue2": "^2.2.0",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.31",
"vite": "^4.5.3",
"vue": "^2.7.16"
},
"dependencies": {
"@fullcalendar/core": "^6.1.0",
"@fullcalendar/daygrid": "^6.1.0",
"@fullcalendar/interaction": "^6.1.0",
"@fullcalendar/vue": "^6.1.0",
"axios": "^1.6.0",
"dayjs": "^1.10.4",
"lodash": "^4.17.21",
"tailwindcss": "^3.3.0",
"vanilla-calendar-pro": "github:afonic/vanilla-calendar-pro",
"vue-select": "^3.11.2",
"vuedraggable": "^2.24.3"
}
}