|
1 | | -{ |
2 | | - "name": "free-export-bookmarks", |
3 | | - "description": "A extension project", |
4 | | - "version": "1.4.2", |
5 | | - "author": "pana <new4wang@outlook.com>", |
6 | | - "license": "MIT", |
7 | | - "private": true, |
8 | | - "scripts": { |
9 | | - "build-chrome-watch": "vue-cli-service build-watch --mode chrome", |
10 | | - "build-firefox-watch": "vue-cli-service build-watch --mode firefox", |
11 | | - "build-edge-watch": "vue-cli-service build-watch --mode edge", |
12 | | - "build-chrome": "vue-cli-service build --mode chromezip", |
13 | | - "build-firefox": "vue-cli-service build --mode firefoxzip", |
14 | | - "build-edge": "vue-cli-service build --mode edgezip", |
15 | | - "lint": "vue-cli-service lint", |
16 | | - "fix": "eslint --fix 'src/**/*.{js,vue,scss}'", |
17 | | - "format": "prettier --write 'src/**/*.{js,vue,scss}'", |
18 | | - "release": "standard-version" |
19 | | - }, |
20 | | - "lint-staged": { |
21 | | - "src/**/*.{js,vue,scss}": [ |
22 | | - "prettier --write", |
23 | | - "eslint --fix" |
24 | | - ] |
25 | | - }, |
26 | | - "husky": { |
27 | | - "hooks": { |
28 | | - "pre-commit": "lint-staged", |
29 | | - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
30 | | - } |
31 | | - }, |
32 | | - "standard-version": { |
33 | | - "scripts": { |
34 | | - "posttag": "npm run build-chrome && npm run build-firefox && npm run build-edge" |
35 | | - } |
36 | | - }, |
37 | | - "dependencies": { |
38 | | - "core-js": "^3.6.5", |
39 | | - "element-ui": "^2.15.6", |
40 | | - "vue": "^2.6.14" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@commitlint/config-conventional": "^11.0.0", |
44 | | - "@vue/cli-plugin-babel": "~4.5.0", |
45 | | - "@vue/cli-plugin-eslint": "~4.5.0", |
46 | | - "@vue/cli-service": "~4.5.0", |
47 | | - "@vue/eslint-config-prettier": "^6.0.0", |
48 | | - "babel-eslint": "^10.1.0", |
49 | | - "babel-plugin-component": "^1.1.1", |
50 | | - "commitizen": "^4.2.2", |
51 | | - "commitlint": "^11.0.0", |
52 | | - "copy-webpack-plugin": "^6.3.2", |
53 | | - "cz-customizable": "^6.3.0", |
54 | | - "eslint": "^6.8.0", |
55 | | - "eslint-plugin-prettier": "^3.1.3", |
56 | | - "eslint-plugin-vue": "^7.0.0-beta.4", |
57 | | - "husky": "^4.3.6", |
58 | | - "lint-staged": "^10.5.3", |
59 | | - "prettier": "^1.19.1", |
60 | | - "sass": "^1.26.5", |
61 | | - "sass-loader": "^8.0.2", |
62 | | - "standard-version": "^9.0.0", |
63 | | - "vue-cli-plugin-chrome-ext": "~0.0.5", |
64 | | - "vue-template-compiler": "^2.6.14", |
65 | | - "zip-webpack-plugin": "^4.0.1" |
66 | | - }, |
67 | | - "config": { |
68 | | - "commitizen": { |
69 | | - "path": "./node_modules/cz-customizable" |
70 | | - } |
71 | | - } |
72 | | -} |
| 1 | +{ |
| 2 | + "name": "free-export-bookmarks", |
| 3 | + "description": "A extension project", |
| 4 | + "version": "1.4.3", |
| 5 | + "author": "pana <new4wang@outlook.com>", |
| 6 | + "license": "MIT", |
| 7 | + "private": true, |
| 8 | + "scripts": { |
| 9 | + "build-chrome-watch": "vue-cli-service build-watch --mode chrome", |
| 10 | + "build-firefox-watch": "vue-cli-service build-watch --mode firefox", |
| 11 | + "build-edge-watch": "vue-cli-service build-watch --mode edge", |
| 12 | + "build-chrome": "vue-cli-service build --mode chromezip", |
| 13 | + "build-firefox": "vue-cli-service build --mode firefoxzip", |
| 14 | + "build-edge": "vue-cli-service build --mode edgezip", |
| 15 | + "lint": "vue-cli-service lint", |
| 16 | + "fix": "eslint --fix 'src/**/*.{js,vue,scss}'", |
| 17 | + "format": "prettier --write 'src/**/*.{js,vue,scss}'", |
| 18 | + "release": "standard-version" |
| 19 | + }, |
| 20 | + "lint-staged": { |
| 21 | + "src/**/*.{js,vue,scss}": [ |
| 22 | + "prettier --write", |
| 23 | + "eslint --fix" |
| 24 | + ] |
| 25 | + }, |
| 26 | + "husky": { |
| 27 | + "hooks": { |
| 28 | + "pre-commit": "lint-staged", |
| 29 | + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
| 30 | + } |
| 31 | + }, |
| 32 | + "standard-version": { |
| 33 | + "scripts": { |
| 34 | + "posttag": "npm run build-chrome && npm run build-firefox && npm run build-edge" |
| 35 | + } |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "core-js": "^3.6.5", |
| 39 | + "element-ui": "^2.15.6", |
| 40 | + "vue": "^2.6.14" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@commitlint/config-conventional": "^11.0.0", |
| 44 | + "@vue/cli-plugin-babel": "~4.5.0", |
| 45 | + "@vue/cli-plugin-eslint": "~4.5.0", |
| 46 | + "@vue/cli-service": "~4.5.0", |
| 47 | + "@vue/eslint-config-prettier": "^6.0.0", |
| 48 | + "babel-eslint": "^10.1.0", |
| 49 | + "babel-plugin-component": "^1.1.1", |
| 50 | + "commitizen": "^4.2.2", |
| 51 | + "commitlint": "^11.0.0", |
| 52 | + "copy-webpack-plugin": "^6.3.2", |
| 53 | + "cz-customizable": "^6.3.0", |
| 54 | + "eslint": "^6.8.0", |
| 55 | + "eslint-plugin-prettier": "^3.1.3", |
| 56 | + "eslint-plugin-vue": "^7.0.0-beta.4", |
| 57 | + "husky": "^4.3.6", |
| 58 | + "lint-staged": "^10.5.3", |
| 59 | + "prettier": "^1.19.1", |
| 60 | + "sass": "^1.26.5", |
| 61 | + "sass-loader": "^8.0.2", |
| 62 | + "standard-version": "^9.0.0", |
| 63 | + "vue-cli-plugin-chrome-ext": "~0.0.5", |
| 64 | + "vue-template-compiler": "^2.6.14", |
| 65 | + "zip-webpack-plugin": "^4.0.1" |
| 66 | + }, |
| 67 | + "config": { |
| 68 | + "commitizen": { |
| 69 | + "path": "./node_modules/cz-customizable" |
| 70 | + } |
| 71 | + } |
| 72 | +} |
0 commit comments