-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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": "portfolios",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^19.2.4",
"@types/node": "^7.0.27",
"@types/react": "^15.0.26",
"@types/react-bootstrap": "0.0.50",
"@types/react-dom": "^15.5.0",
"@types/react-redux": "^4.4.41",
"@types/react-router": "^4.0.11",
"@types/react-router-dom": "^4.0.4",
"@types/react-transition-group": "^1.1.0",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0"
},
"devDependencies": {
"react-scripts-ts": "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"
}
}