|
| 1 | +{ |
| 2 | + "name": "full", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Extension generated with Kocal/vue-web-extension", |
| 5 | + "author": "Travis", |
| 6 | + "license": "MIT", |
| 7 | + "scripts": { |
| 8 | + "lint": "eslint --ext .js,.vue src", |
| 9 | + "precommit": "pretty-quick --staged", |
| 10 | + "prettier": "prettier \"src/**/*.{js,vue}\"", |
| 11 | + "prettier:write": "npm run prettier -- --write", |
| 12 | + "build": "cross-env NODE_ENV=production webpack --hide-modules", |
| 13 | + "build:dev": "cross-env NODE_ENV=development webpack --hide-modules", |
| 14 | + "build-zip": "node scripts/build-zip.js", |
| 15 | + "watch": "npm run build -- --watch", |
| 16 | + "watch:dev": "cross-env HMR=true npm run build:dev -- --watch" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "axios": "^0.18.0", |
| 20 | + "vue": "^2.6.10", |
| 21 | + "vue-router": "^3.0.1", |
| 22 | + "vuex": "^3.0.1", |
| 23 | + "webextension-polyfill": "^0.3.1" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@babel/core": "^7.1.2", |
| 27 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 28 | + "@babel/preset-env": "^7.1.0", |
| 29 | + "@babel/runtime-corejs3": "^7.4.0", |
| 30 | + "archiver": "^3.0.0", |
| 31 | + "babel-eslint": "^10.0.1", |
| 32 | + "babel-loader": "^8.0.2", |
| 33 | + "copy-webpack-plugin": "^4.5.3", |
| 34 | + "core-js": "^3.0.1", |
| 35 | + "cross-env": "^5.2.0", |
| 36 | + "css-loader": "^0.28.11", |
| 37 | + "ejs": "^2.6.1", |
| 38 | + "eslint": "^5.16.0", |
| 39 | + "eslint-config-prettier": "^3.1.0", |
| 40 | + "eslint-config-standard": "^12.0.0", |
| 41 | + "eslint-friendly-formatter": "^4.0.1", |
| 42 | + "eslint-loader": "^2.1.2", |
| 43 | + "eslint-plugin-import": "^2.16.0", |
| 44 | + "eslint-plugin-node": "^7.0.1", |
| 45 | + "eslint-plugin-prettier": "^3.0.1", |
| 46 | + "eslint-plugin-promise": "^4.1.1", |
| 47 | + "eslint-plugin-standard": "^4.0.0", |
| 48 | + "eslint-plugin-vue": "^5.2.2", |
| 49 | + "file-loader": "^1.1.11", |
| 50 | + "husky": "^0.14.3", |
| 51 | + "mini-css-extract-plugin": "^0.4.4", |
| 52 | + "node-sass": "^4.9.3", |
| 53 | + "prettier": "^1.14.3", |
| 54 | + "pretty-quick": "^1.8.0", |
| 55 | + "sass-loader": "^7.1.0", |
| 56 | + "vue-loader": "^15.4.2", |
| 57 | + "vue-template-compiler": "^2.6.10", |
| 58 | + "web-ext-types": "^2.1.0", |
| 59 | + "webpack": "^4.20.2", |
| 60 | + "webpack-chrome-extension-reloader": "^0.8.3", |
| 61 | + "webpack-cli": "^3.1.2" |
| 62 | + } |
| 63 | +} |
0 commit comments