-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 905 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
{
"name": "meow",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@japsu/react-scripts-ts": "2.0.0-pre6",
"@types/jest": "^19.2.2",
"@types/node": "^7.0.12",
"@types/react": "^15.0.21",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.38",
"@types/react-router": "^3.0.0",
"@types/react-router-redux": "^4.0.44",
"@types/react-tap-event-plugin": "^0.0.30",
"@types/redux-actions": "^1.2.3"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-actions": "^2.0.1",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}