- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
26 lines (26 loc) · 620 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 620 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": "githubAPI",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.9.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"moment": "^2.24.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.1",
"react-loading-spinner": "^1.0.12",
"react-router": "^3.0.2",
"react-router-dom": "^4.2.2",
"require": "^2.4.20",
"style-loader": "^0.12.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}