-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vue2-windicss-template",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build": "vue-cli-service build --mode prod",
"buildprod": "vue-cli-service build --mode prod",
"buildtest": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@geeeger/deferred": "1.0.0",
"@geeeger/fn-prop-is-exist": "0.0.10",
"@geeeger/os": "2.0.7",
"@geeeger/page-visibility": "2.0.7",
"@geeeger/structure": "2.0.7",
"any-touch": "1.0.13",
"axios": "0.21.1",
"clipboard": "2.0.8",
"core-js": "^3.6.5",
"crypto-js": "4.0.0",
"dayjs": "1.10.6",
"file-saver": "2.0.5",
"howler": "2.2.3",
"html2canvas": "1.1.4",
"js-cookie": "2.2.1",
"lodash-es": "4.17.21",
"qrcanvas": "3.1.2",
"qs": "6.10.1",
"scrollama": "2.2.2",
"store2": "2.12.0",
"ua-parser-js": "0.7.28",
"vant": "2.12.24",
"vue": "2.6.14",
"vue-radial-progress": "^0.3.2",
"vue-router": "3.5.2",
"vuex": "3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@windicss/animations": "^1.0.8",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"lodash": "^4.17.21",
"postcss-px-to-viewport": "1.1.1",
"sass": "^1.35.2",
"sass-loader": "^10.1.1",
"vconsole-webpack-plugin": "^1.6.1",
"vue-cli-plugin-windicss": "~1.0.2",
"vue-template-compiler": "2.6.14",
"webpack-bundle-analyzer": "^4.4.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}