forked from IsThereAnyDeal/AugmentedSteam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "augmented-steam",
"scripts": {
"build": "node config/scripts/build.cjs",
"update-locales": "node config/scripts/locales.cjs",
"release": "node config/scripts/make-release.cjs",
"lint": "eslint ."
},
"devDependencies": {
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"archiver": "^5.3.1",
"argparse": "^2.0.1",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^8.40.0",
"filemanager-webpack-plugin": "^8.0.0",
"form-data": "^4.0.0",
"jsdom": "^22.0.0",
"json-minimizer-webpack-plugin": "^4.0.0",
"marked": "^5.0.2",
"merge-json-webpack-plugin": "^6.1.0",
"mini-css-extract-plugin": "^2.7.5",
"svelte-check": "^3.3.2",
"svelte-loader": "^3.1.7",
"svelte-preprocess": "^5.0.3",
"ts-essentials": "^9.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-ext-reloader": "^1.1.9",
"webpack-merge": "^5.8.0",
"yaml": "^2.2.2"
},
"dependencies": {
"dompurify": "^3.0.3",
"idb": "^7.1.1",
"svelte": "^3.59.1",
"webextension-polyfill": "^0.10.0"
}
}