-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "lua-captive-frontend",
"license": "MIT",
"dependencies": {
"@types/node": "^12.12.14",
"@types/react": "^16.9.13",
"@types/react-bootstrap": "^0.32.20",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.3",
"copy-webpack-plugin": "^5.0.5",
"i18next": "^19.0.1",
"i18next-xhr-backend": "^3.2.2",
"path": "^0.12.7",
"react": "^16.12.0",
"react-bootstrap": "^0.33.1",
"react-dom": "^16.12.0",
"react-i18next": "^11.2.4",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.1.0",
"typescript": "^3.7.2",
"uglify-js": "^3.7.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2"
},
"scripts": {
"build": "webpack --config webpack.production.config.js",
"watch": "webpack --config webpack.develop.config.js --watch"
},
"devDependencies": {
"webpack-cli": "^3.3.10"
}
}