-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1021 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
30
31
32
33
34
{
"name": "todomvc-react-ts-redux",
"version": "1.0.0",
"private": true,
"homepage": "https://ngfk.github.io/todomvc-react-ts-redux/",
"repository": {
"type": "git",
"url": "git+https://github.com/ngfk/todomvc-react-ts-redux.git"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"dependencies": {
"@ngfk/ts-redux": "^1.4.2",
"classnames": "^2.2.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-scripts-ts": "2.6.0",
"redux": "^3.7.2",
"todomvc-app-css": "^2.1.0"
},
"devDependencies": {
"@types/classnames": "^2.2.2",
"@types/jest": "^20.0.7",
"@types/node": "^8.0.24",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.3",
"@types/react-redux": "^5.0.4"
}
}