|
2 | 2 | "name": "app-starter",
|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "private": true,
|
| 5 | + "keywords": [], |
| 6 | + "homepage": "https://github.com/ExtensionEngine/app-starter#readme", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/ExtensionEngine/app-starter/issues" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/ExtensionEngine/app-starter.git" |
| 13 | + }, |
| 14 | + "license": "MIT", |
5 | 15 | "scripts": {
|
6 | 16 | "dev:client": "poi --serve",
|
7 | 17 | "build": "del-cli node_modules/.cache/vue-loader && poi --prod",
|
|
23 | 33 | "test": "echo \"Error: no test specified\" && exit 1",
|
24 | 34 | "postshrinkwrap": "rewrite-lockfile package-lock.json"
|
25 | 35 | },
|
26 |
| - "repository": { |
27 |
| - "type": "git", |
28 |
| - "url": "git+https://github.com/ExtensionEngine/app-starter.git" |
29 |
| - }, |
30 |
| - "keywords": [], |
31 |
| - "bugs": { |
32 |
| - "url": "https://github.com/ExtensionEngine/app-starter/issues" |
33 |
| - }, |
34 |
| - "homepage": "https://github.com/ExtensionEngine/app-starter#readme", |
35 |
| - "license": "MIT", |
36 |
| - "devDependencies": { |
37 |
| - "@babel/core": "^7.5.5", |
38 |
| - "@poi/plugin-bundle-report": "^12.1.1", |
39 |
| - "@poi/plugin-eslint": "^12.0.0", |
40 |
| - "@types/poi": "^12.5.0", |
41 |
| - "clean-webpack-plugin": "^3.0.0", |
42 |
| - "dargs": "^7.0.0", |
43 |
| - "del-cli": "^2.0.0", |
44 |
| - "emoji-strip": "^1.0.1", |
45 |
| - "eslint": "^6.1.0", |
46 |
| - "eslint-config-semistandard": "^14.0.0", |
47 |
| - "eslint-config-standard": "^13.0.1", |
48 |
| - "eslint-loader": "^2.2.1", |
49 |
| - "eslint-plugin-import": "^2.18.2", |
50 |
| - "eslint-plugin-node": "^9.1.0", |
51 |
| - "eslint-plugin-promise": "^4.2.1", |
52 |
| - "eslint-plugin-standard": "^4.0.0", |
53 |
| - "eslint-plugin-vue": "^5.2.3", |
54 |
| - "minimist": "^1.2.0", |
55 |
| - "nodemon": "^1.19.1", |
56 |
| - "poi": "^12.7.1", |
57 |
| - "rewrite-lockfile": "^1.0.0", |
58 |
| - "sass": "^1.22.9", |
59 |
| - "sass-loader": "^7.1.0", |
60 |
| - "sequelize-cli": "^5.5.0", |
61 |
| - "split2": "^3.1.1", |
62 |
| - "stylelint": "^10.1.0", |
63 |
| - "stylelint-config-standard": "^18.3.0", |
64 |
| - "stylelint-order": "^3.0.1", |
65 |
| - "stylelint-scss": "^3.9.2", |
66 |
| - "vue-template-compiler": "^2.6.10" |
67 |
| - }, |
68 | 36 | "dependencies": {
|
69 | 37 | "@mdi/font": "^3.8.95",
|
70 | 38 | "auto-bind": "^2.1.0",
|
|
132 | 100 | "vuex": "^3.1.1",
|
133 | 101 | "yn": "^3.1.1"
|
134 | 102 | },
|
| 103 | + "devDependencies": { |
| 104 | + "@babel/core": "^7.5.5", |
| 105 | + "@poi/plugin-bundle-report": "^12.1.1", |
| 106 | + "@poi/plugin-eslint": "^12.0.0", |
| 107 | + "@types/poi": "^12.5.0", |
| 108 | + "clean-webpack-plugin": "^3.0.0", |
| 109 | + "dargs": "^7.0.0", |
| 110 | + "del-cli": "^2.0.0", |
| 111 | + "emoji-strip": "^1.0.1", |
| 112 | + "eslint": "^6.1.0", |
| 113 | + "eslint-config-semistandard": "^14.0.0", |
| 114 | + "eslint-config-standard": "^13.0.1", |
| 115 | + "eslint-loader": "^2.2.1", |
| 116 | + "eslint-plugin-import": "^2.18.2", |
| 117 | + "eslint-plugin-node": "^9.1.0", |
| 118 | + "eslint-plugin-promise": "^4.2.1", |
| 119 | + "eslint-plugin-standard": "^4.0.0", |
| 120 | + "eslint-plugin-vue": "^5.2.3", |
| 121 | + "minimist": "^1.2.0", |
| 122 | + "nodemon": "^1.19.1", |
| 123 | + "poi": "^12.7.1", |
| 124 | + "rewrite-lockfile": "^1.0.0", |
| 125 | + "sass": "^1.22.9", |
| 126 | + "sass-loader": "^7.1.0", |
| 127 | + "sequelize-cli": "^5.5.0", |
| 128 | + "split2": "^3.1.1", |
| 129 | + "stylelint": "^10.1.0", |
| 130 | + "stylelint-config-standard": "^18.3.0", |
| 131 | + "stylelint-order": "^3.0.1", |
| 132 | + "stylelint-scss": "^3.9.2", |
| 133 | + "vue-template-compiler": "^2.6.10" |
| 134 | + }, |
135 | 135 | "engines": {
|
136 | 136 | "node": ">= 8.11.0",
|
137 | 137 | "npm": ">= 5.8.0",
|
|
0 commit comments