forked from FirefoxBar/HeaderEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.93 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
{
"name": "header-editor",
"version": "4.1.1",
"description": "Header Editor",
"author": "ShuangYa",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/FirefoxBar/HeaderEditor.git"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack/webpack.config.js --hide-modules",
"build:dev": "cross-env NODE_ENV=development webpack --config ./build/webpack/webpack.config.js --hide-modules",
"start": "cross-env HMR=true npm run build:dev -- --watch",
"release": "node ./build/release.js",
"pack": "node ./build/pack.js"
},
"dependencies": {
"dateformat": "^3.0.3",
"fast-deep-equal": "^2.0.1",
"merge": "^1.2.0",
"node-fetch": "^2.6.0",
"text-encoding": "^0.7.0",
"vue": "^2.5.17",
"vue-material": "^1.0.0-beta-10.2",
"webextension-polyfill": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/chrome": "^0.0.72",
"arg": "^2.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"core-js": "2",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"file-loader": "^1.1.11",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.4.1",
"node-rsa": "^1.0.1",
"publish-release": "^1.6.0",
"sign-addon": "^0.3.1",
"vue-loader": "^15.4.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.5",
"webpack-chrome-extension-reloader": "^0.8.3",
"webpack-cli": "^3.1.0"
}
}