-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "react-redux-ts-basic-scaff",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"glamor": "^2.20.40",
"glamorous": "^4.2.1",
"lodash": "^4.17.4",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-redux": "^5.0.6",
"react-router": "3.0.2",
"react-router-redux": "^4.0.8",
"react-scripts-ts": "2.6.0",
"react-transition-group": "1.1.2",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@types/jest": "^20.0.7",
"@types/lodash": "^4.14.73",
"@types/node": "^8.0.24",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.3",
"@types/react-redux": "^5.0.4",
"@types/react-router": "3.0.2",
"@types/react-router-redux": "^5.0.6",
"@types/reactstrap": "^4.3.10",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}