-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 953 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
{
"name": "feedback",
"version": "0.0.1",
"description": "Feedback page",
"main": "./out/index.js",
"scripts": {
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --progress --profile --color",
"build": "npm run webpack && extractInfo && copyfiles -f src/stylesheets/feedback.scss dist && copyfiles -f issues.json dist"
},
"author": "Black Tree Gaming Ltd.",
"license": "GPL-3.0",
"devDependencies": {
"@types/react": "16.0.34",
"@types/react-bootstrap": "^0.0.37",
"@types/react-redux": "^7.1.22",
"@types/redux": "3.6.0",
"@types/redux-thunk": "2.1.0",
"@types/tmp": "^0.0.33",
"copyfiles": "^2.1.1",
"cross-fetch": "^3.1.5",
"react-bootstrap": "^0.32.1",
"redux": "^4.0.0",
"tmp": "^0.0.31",
"ts-loader": "^9.2.6",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}