-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 930 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 930 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
32
33
34
{
"name": "great-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.3",
"firebase": "^5.11.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^5.0.1",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {},
"author": "Great",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/hack-ms/Great.git"
},
"bugs": {
"url": "https://github.com/hack-ms/Great/issues"
},
"homepage": "https://github.com/hack-ms/Great#readme"
}