-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
{
"name": "sfdc",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@lucky-canvas/vue": "^0.0.5",
"@vant/area-data": "^1.2.2",
"amfe-flexible": "^2.2.1",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"core-js": "^2.6.5",
"gifler": "0.1.0",
"html2canvas": "1.0.0-rc.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"postcss-pxtorem": "5.1.1",
"register-service-worker": "^1.6.2",
"vant": "^2.12.36",
"vconsole": "^3.12.0",
"vue": "^2.6.10",
"vue-ls": "4.1.0",
"vue-router": "^3.0.3",
"vue-video-player": "^5.0.2",
"vue-wechat-plugin": "^1.0.3",
"vuex": "^3.0.1",
"weixin-js-sdk": "1.4.0-test"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "1.26.2",
"sass-loader": "8.0.2",
"vue-template-compiler": "^2.6.10"
}
}