generated from ui-javascript/tpl-mpa-vuecli3-vue2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.37 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "natural-tpl-vuecli3-mpa-vue2-2019",
"version": "0.1.0",
"private": true,
"scripts": {
"install:tyarn": "tyarn install",
"remove": "rimraf node_modules",
"serve": "vue-cli-service serve",
"dev": "npm run serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@babel/register": "^7.7.0",
"@vue/compiler-sfc": "^3.0.0-beta.14",
"@vue/composition-api": "^1.0.0-beta.11",
"@vueuse/core": "^4.0.0-beta.10",
"axios": "^0.19.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^1.0.0-alpha.33",
"babel-polyfill": "^6.26.0",
"core-js": "^3.4.1",
"dayjs": "^1.8.17",
"driver.js": "^0.9.8",
"element-ui": "^2.12.0",
"enquire.js": "^2.1.6",
"hotkeys-js": "^3.7.2",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"path-to-regexp": "^5.0.0",
"qs": "^6.9.1",
"ua-parser-js": "^0.7.20",
"vue": "^2.6.12",
"vue-composable": "^1.0.0-beta.5",
"vue-router": "^3.0.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@ant-design/colors": "^3.2.1",
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-eslint": "^4.0.4",
"@vue/cli-plugin-router": "^4.0.4",
"@vue/cli-plugin-vuex": "^4.0.4",
"@vue/cli-service": "^4.0.4",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-import": "^1.12.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"glob": "^7.1.4",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"prettier": "^1.18.2",
"sass-loader": "^8.0.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"script-loader": "^0.7.2",
"style-resources-loader": "^1.3.2",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.3.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}