-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 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
35
36
37
38
39
{
"name": "vue2-vite",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^1.6.0",
"axios-retry": "^3.8.1",
"bootstrap": "^4.6.2",
"floating-vue": "^1.0.0-beta.19",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"vue": "^2.7.15",
"vue-awesome": "^4.5.0",
"vue-cookies": "^1.8.3",
"vue-moment": "^4.1.0",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.0.3",
"vue-session": "^1.0.0",
"vue-template-compiler": "^2.7.14",
"vuejs-noty": "^0.1.4",
"vuex": "^3.6.2"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"jslint": "^0.12.1",
"sass": "~1.64.2",
"terser": "^5.24.0",
"vite": "3.1.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue2": "^2.0.1",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
}
}