This repository was archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
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
{
"name": "react-redux-typescript-demo",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:kunyan/react-redux-typescript-demo.git",
"author": "Kun Yan <kyan@redhat.com>",
"license": "GPL-3.0",
"scripts": {
"start": "webpack-dev-server --inline --progress --port 8080"
},
"devDependencies": {
"@types/node": "^9.3.0",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"@types/react-redux": "^5.0.14",
"@types/redux-actions": "2.2.1",
"@types/redux-devtools": "^3.0.42",
"@types/redux-devtools-dock-monitor": "^1.1.31",
"@types/redux-devtools-log-monitor": "^1.0.32",
"@types/webpack-env": "^1.13.3",
"awesome-typescript-loader": "^3.4.1",
"css-loader": "^0.28.8",
"html-webpack-plugin": "^2.30.1",
"prettier": "1.10.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.4.0",
"typescript": "^2.6.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
}
}