-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 733 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 733 Bytes
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
{
"name": "react-router-transitions",
"version": "0.1.0",
"private": false,
"dependencies": {
"@types/jest": "^20.0.8",
"@types/node": "^8.0.26",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/react-router": "^4.0.15",
"@types/react-router-dom": "^4.0.7",
"@types/react-transition-group": "^2.0.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.6.0",
"react-transition-group": "^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"
}
}