forked from b3log/jushi-web-vant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.6 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
51
52
53
54
{
"name": "jushi-web-vant",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"buildApp": "vue-cli-service build --mode app",
"buildPages": "vue-cli-service build --mode codingme"
},
"dependencies": {
"@capacitor/cli": "^1.0.0",
"@capacitor/core": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"font-awesome.css": "^4.7.2",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"lib-flexible": "^0.3.2",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"qs": "^6.7.0",
"register-service-worker": "^1.6.2",
"v-emoji-picker": "^1.1.4",
"vant": "^2.1.8",
"vue": "^2.6.10",
"vue-awesome-swiper": "^3.1.3",
"vue-html5-editor": "^1.1.1",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-along": "^1.2.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"postcss-pxtorem": "^4.0.1",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}