-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
82 lines (82 loc) · 3.15 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
78
79
80
81
82
{
"name": "stop-mess-around",
"description": "减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"version": "2.1.2",
"publisher": "OBKoro1",
"homepage": "https://github.com/OBKoro1/stop-mess-around",
"license": "MIT",
"author": {
"name": "OBKoro1",
"email": "[email protected]",
"url": "http://obkoro1.com/web_accumulate/"
},
"repository": {
"type": "git",
"url": "https://github.com/OBKoro1/stop-mess-around"
},
"bugs": {
"url": "https://github.com/OBKoro1/stop-mess-around/issues",
"email": "[email protected]"
},
"scripts": {
"serve:chrome": "node deploy.js development && cross-env NODE_ENV=serve ENV_PATH=serveChrome vue-cli-service build-watch",
"serve:fireFox": "node deploy.js development fireFox && cross-env NODE_ENV=serve ENV_PATH=serveFireFox vue-cli-service build-watch",
"plugin:chrome": "node deploy.js production && cross-env NODE_ENV=production ENV_PATH=productionChrome vue-cli-service build",
"plugin:Edg": "node deploy.js production && cross-env NODE_ENV=production ENV_PATH=productionEdge vue-cli-service build",
"plugin:fireFox": "node deploy.js production fireFox && cross-env NODE_ENV=production ENV_PATH=productionFireFox vue-cli-service build && npm run pack",
"release:chrome": "node deploy.js development && cross-env NODE_ENV=production ENV_PATH=productionReleaseChrome vue-cli-service build",
"release:Edg": "node deploy.js development && cross-env NODE_ENV=production ENV_PATH=productionReleaseEdge vue-cli-service build",
"release:fireFox": "node deploy.js development fireFox && cross-env NODE_ENV=production ENV_PATH=productionReleaseFireFox vue-cli-service build",
"pack": "npm-pack-zip",
"lint": "eslint --ext .js,.vue src --fix",
"prepare": "husky install",
"analyze": "npm run build --report"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"npm run lint",
"git add"
]
},
"dependencies": {
"core-js": "^2.6.5",
"dayjs": "^1.10.7",
"element-ui": "2.15.7",
"file-loader": "^6.2.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-vue": "^5.0.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"npm-pack-zip": "^1.3.0",
"vue-cli-plugin-chrome-ext": "0.0.5",
"vue-template-compiler": "^2.5.21",
"webpack-bundle-analyzer": "^4.4.2",
"zip-webpack-plugin": "^3.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}