-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 855 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
27
28
29
30
31
{
"name": "friend_schedule",
"version": "0.1.0",
"private": true,
"dependencies": {
"aphrodite": "^1.2.5",
"bootstrap": "^4.0.0-beta.2",
"firebase": "^4.7.0",
"gh-pages": "^1.1.0",
"moment": "^2.19.2",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-burger-menu": "^2.1.11",
"react-dom": "^16.2.0",
"react-menu": "0.0.10",
"react-remarkable": "^1.1.3",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-time": "^4.3.0",
"reactstrap": "^5.0.0-alpha.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "https://godwinvincent.github.io/friend_schedule"
}