-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
34
{
"name": "ketofan-fe",
"version": "0.0.0",
"scripts": {
"mock": "json-server --watch src/static/db.json --port 3004 | vite",
"dev": "vite",
"back": "vite --mode production",
"build": "vite build",
"serve": "vite preview",
"start": "vite --mode production"
},
"dependencies": {
"@smartweb/vue-flash-message": "^1.0.0-alpha.12",
"axios": "^0.21.1",
"click-outside-vue3": "^4.0.1",
"json-server": "^0.16.3",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"swiper": "^6.7.0",
"vee-validate": "^4.4.0-alpha.2",
"vue": "^3.0.5",
"vue-router": "^4.0.6",
"vuex": "^4.0.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
"node-sass": "^6.0.0",
"sass": "^1.32.12",
"sass-loader": "^11.1.0",
"vite": "^2.3.7"
}
}