-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "steam-enchanter",
"version": "1.1.0",
"description": "Google Chrome extension for Steam. Automating some actions for Level up your account.",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"clean": "rimraf dist",
"test": "npx jest --coverage"
},
"author": "Alexander <bigtows> Chapchuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BigTows/Steam-Enchanter.git"
},
"dependencies": {
"axios": "^0.27.2",
"currency.js": "^2.0.4",
"js-cookie": "^3.0.1",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/chrome": "0.0.158",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"copy-webpack-plugin": "^9.1.0",
"filemanager-webpack-plugin": "^7.0.0",
"glob": "^7.2.3",
"jest": "^27.5.1",
"jest-mock-extended": "^2.0.7",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2 ",
"ts-jest": "^27.1.5",
"ts-loader": "^8.4.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.0.0"
}
}