This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.11 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
{
"name": "vue-admin-multi-pages-template",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon --exec vue-cli-service serve --port 3000",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"analyze": "source-map-explorer dist/static/js/**/*.js"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
},
"dependencies": {
"@braintree/sanitize-url": "^4.0.0",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"lodash-es": "^4.17.15",
"tslib": "^1.11.1",
"view-design": "^4.1.3",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/braces": "^3.0.0",
"@types/jest": "^24.0.19",
"@types/lodash-es": "^4.17.3",
"@types/node": "^13.9.1",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-pwa": "^4.2.0",
"@vue/cli-plugin-typescript": "^4.2.0",
"@vue/cli-plugin-unit-jest": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "1.0.0-beta.31",
"babel-plugin-import": "^1.13.0",
"braces": "^3.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.1.2",
"globby": "^11.0.0",
"html-webpack-externals-plugin": "^3.8.0",
"lint-staged": "^9.5.0",
"mockjs": "^1.1.0",
"nodemon": "^2.0.2",
"prerender-spa-plugin": "^3.4.0",
"prettier": "^1.19.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"typescript": "~3.7.5",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">= 10",
"npm": ">= 5"
},
"author": {
"name": "zhengxs",
"email": "[email protected]",
"url": "http://zhengxs.cn"
},
"license": "MIT"
}