-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.47 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
{
"name": "syspass-addon",
"version": "1.6.8",
"description": "syspass-addon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack && rm -Rf web-ext-artifacts/* && node_modules/.bin/web-ext build --source-dir=dist",
"watch": "node_modules/.bin/webpack --watch",
"dev": "node_modules/.bin/web-ext run --source-dir=dist --verbose & node_modules/.bin/webpack --watch"
},
"license": "MPL-2.0",
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"eslint": "^7.4.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"autocompleter": "cdalexndr/autocomplete#disableAutoSelect_issue37",
"autoprefixer": "^10.0.4",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"extract-loader": "^5.1.0",
"file-loader": "^6.0.0",
"node-sass": "^5.0.0",
"postcss": "^8.1.10",
"postcss-inline-svg": "^5.0.0",
"postcss-loader": "^4.1.0",
"postcss-svgo": "^4.0.2",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.3",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"web-ext": "^5.0.0",
"webextension-polyfill": "^0.7.0",
"webpack-concat-plugin": "3.0.0"
}
}