-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "todoreactapp",
"version": "1.0.0",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"build-dist": "./node_modules/.bin/webpack-cli --progress",
"build-dev": "./node_modules/.bin/webpack-cli --progress --mode development",
"start": "./node_modules/.bin/webpack-dev-server --mode development --watch-poll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuszenecker/TodoReactApp.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuszenecker/TodoReactApp/issues"
},
"homepage": "https://github.com/fuszenecker/TodoReactApp#readme",
"dependencies": {
"react": "16.4.0",
"react-dom": "16.4.0",
"react-md": "1.4.1",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-act": "1.7.4",
"styled-components": "3.3.3"
},
"devDependencies": {
"typescript-styled-plugin": "0.8.1",
"@types/react": "16.3.16",
"@types/react-dom": "16.0.5",
"@types/react-redux": "6.0.0",
"@types/redux": "3.6.0",
"@types/webpack": "4.4.0",
"eslint": "4.19.1",
"ts-loader": "4.4.1",
"ts-node": "6.1.0",
"tslint": "5.10.0",
"tslint-loader": "3.6.0",
"typescript": "2.9.1",
"webpack": "4.10.2",
"webpack-cli": "2.1.4",
"webpack-dev-server": "3.1.4",
"webpack-typescript": "0.5.6"
},
"resolutions": {
"**/@types/webpack": "4.4.0"
}
}