forked from IsThereAnyDeal/AugmentedSteam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 782 Bytes
/
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
{
"scripts": {
"build": "node config/scripts/build.cjs"
},
"devDependencies": {
"argparse": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"css-minimizer-webpack-plugin": "^1.1.5",
"eslint": "^7.4.0",
"eslint-loader": "^4.0.2",
"json-minimizer-webpack-plugin": "^1.0.1",
"marked": "^1.2.3",
"merge-jsons-webpack-plugin": "^1.0.21",
"mini-css-extract-plugin": "^1.2.1",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0",
"webpack-extension-reloader": "^1.1.4",
"webpack-merge": "^5.2.0",
"yaml": "^2.0.0-1",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"dompurify": "^2.2.2",
"idb": "^5.0.7",
"webextension-polyfill": "^0.6.0"
}
}