-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.45 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": "generic-sample-app",
"author": "Overwolf",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --config webpack.config.js",
"lint": "eslint src/**"
},
"license": "ISC",
"devDependencies": {
"@overwolf/types": "^3.23.1",
"@types/events": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.28.0",
"eslint-config-overwolf": "^0.1.0",
"eslint-config-overwolf-ts": "^0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"events": "^3.3.0",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.8.0",
"typescript-logging": "^2.0.2",
"typescript-logging-category-style": "^2.0.2"
}
}