|
1 |
| -{ |
2 |
| - "name": "vue-data-dict", |
| 1 | +{ |
| 2 | + "name": "vue-data-dict", |
3 | 3 | "version": "1.0.8",
|
4 |
| - "description": "data dict for Vue.js", |
5 |
| - "main": "src/index.js", |
6 |
| - "unpkg": "dist/vue-data-dict.js", |
7 |
| - "jsdelivr": "dist/vue-data-dict.js", |
8 |
| - "sideEffects": false, |
9 |
| - "files": [ |
10 |
| - "src", |
11 |
| - "dist", |
12 |
| - "postinstall.js" |
13 |
| - ], |
14 |
| - "scripts": { |
15 |
| - "build": "webpack --mode production", |
16 |
| - "lint": "eslint src", |
17 |
| - "lint:fix": "eslint src --fix", |
18 |
| - "postinstall": "node ./postinstall" |
19 |
| - }, |
20 |
| - "repository": { |
21 |
| - "type": "git", |
22 |
| - "url": "git+https://github.com/moxun1639/vue-data-dict.git" |
23 |
| - }, |
24 |
| - "bugs": { |
25 |
| - "url": "https://github.com/moxun1639/vue-data-dict/issues" |
26 |
| - }, |
27 |
| - "homepage": "https://github.com/moxun1639/vue-data-dict#readme", |
28 |
| - "keywords": [ |
29 |
| - "dict", |
30 |
| - "data dict", |
31 |
| - "Vue" |
32 |
| - ], |
33 |
| - "author": "Moxun<[email protected]>", |
34 |
| - "license": "Apache-2.0", |
35 |
| - "devDependencies": { |
36 |
| - "@babel/core": "^7.10.5", |
37 |
| - "@babel/preset-env": "^7.10.4", |
38 |
| - "babel-loader": "^8.1.0", |
39 |
| - "eslint": "^7.5.0", |
| 4 | + "description": "data dict for Vue.js", |
| 5 | + "main": "src/index.js", |
| 6 | + "unpkg": "dist/vue-data-dict.js", |
| 7 | + "jsdelivr": "dist/vue-data-dict.js", |
| 8 | + "sideEffects": false, |
| 9 | + "files": [ |
| 10 | + "src", |
| 11 | + "dist", |
| 12 | + "postinstall.js" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "build": "webpack --mode production", |
| 16 | + "lint": "eslint src", |
| 17 | + "lint:fix": "eslint src --fix", |
| 18 | + "postinstall": "node ./postinstall" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/moxun1639/vue-data-dict.git" |
| 23 | + }, |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/moxun1639/vue-data-dict/issues" |
| 26 | + }, |
| 27 | + "homepage": "https://github.com/moxun1639/vue-data-dict#readme", |
| 28 | + "keywords": [ |
| 29 | + "dict", |
| 30 | + "data dict", |
| 31 | + "Vue" |
| 32 | + ], |
| 33 | + "author": "Moxun<[email protected]>", |
| 34 | + "license": "Apache-2.0", |
| 35 | + "devDependencies": { |
| 36 | + "@babel/core": "^7.10.5", |
| 37 | + "@babel/preset-env": "^7.10.4", |
| 38 | + "babel-loader": "^8.1.0", |
| 39 | + "eslint": "^7.5.0", |
40 | 40 | "terser-webpack-plugin": "4.2.3",
|
41 |
| - "webpack": "^4.43.0", |
42 |
| - "webpack-cli": "^3.3.8" |
43 |
| - }, |
44 |
| - "dependencies": { |
45 |
| - "merge": "^1.2.1", |
46 |
| - "vue": "^2.6.11" |
47 |
| - } |
48 |
| -} |
| 41 | + "webpack": "^4.43.0", |
| 42 | + "webpack-cli": "^3.3.8" |
| 43 | + }, |
| 44 | + "dependencies": { |
| 45 | + "merge": "^1.2.1" |
| 46 | + } |
| 47 | +} |
0 commit comments