-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 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
34
35
36
37
38
39
{
"name": "vue3-event-scheduler-with-user-control",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "npm run build",
"start": "node server.js",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.2.1",
"bootstrap-vue": "^2.23.1",
"connect-history-api-fallback": "^2.0.0",
"express": "^4.18.2",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"qalendar": "^1.14.1",
"serve-static": "^1.15.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuetify": "^3.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"vite": "^4.0.0"
}
}