This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 334
/
package.json
68 lines (68 loc) · 1.9 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "battle-city",
"version": "0.4.0-SNAPSHOT",
"description": "Battle city remake built with react.",
"author": "Shi Feichao <[email protected]> (https://shinima.github.io)",
"scripts": {
"start": "webpack-dev-server --mode=development",
"build": "webpack --mode=production && copyfiles sound/* dist"
},
"dependencies": {
"@types/history": "^4.6.2",
"@types/lodash": "^4.14.105",
"@types/node": "^10.9.4",
"@types/prop-types": "^15.5.2",
"@types/react": "^15.0.21",
"@types/react-dom": "^15.5.1",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.8",
"@types/react-router-dom": "^4.2.5",
"@types/react-router-redux": "^5.0.12",
"@types/recompose": "^0.26.5",
"classnames": "^2.2.5",
"copyfiles": "^2.1.0",
"core-js": "^2.5.5",
"file-saver": "^1.3.3",
"history": "^4.7.2",
"immutable": "4.0.0-rc.9",
"lodash": "^4.17.5",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^4.0.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-saga": "1.0.2"
},
"devDependencies": {
"@types/classnames": "^2.2.0",
"@types/file-saver": "^1.3.0",
"babel-core": "^6.26.0",
"babel-loader": "7",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.0.6",
"json-loader": "^0.5.7",
"moment": "^2.21.0",
"prettier": "^1.11.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.23.0",
"ts-loader": "^5.1.0",
"typescript": "^3.4.1",
"webpack": "^4.1.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.1"
},
"resolutions": {
"@types/react": "15.6.7"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}