-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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": "shop",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts-ts": "1.0.6"
},
"homepage": "https://gernsdorfer.github.io/react-shop/",
"dependencies": {
"@types/history": "^2.0.0",
"@types/jest": "^18.1.1",
"@types/node": "^7.0.5",
"@types/react": "^15.0.6",
"@types/react-dom": "^0.14.22",
"@types/react-redux": "4.4.35",
"@types/react-router": "2.0.41",
"@types/redux-logger": "2.6.29",
"react": "^16.0.0-alpha.2",
"react-dom": "^16.0.0-alpha.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0"
},
"scripts": {
"start": "react-scripts-ts start",
"prebuild": "rm -rf docs/",
"build": "react-scripts-ts build",
"postbuild": "mv build docs",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}