-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 903 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
34
35
36
37
38
{
"name": "rockstarsportsnetwork",
"description": "Using react to connect to rockstar sports network",
"version": "0.1.7",
"private": true,
"keywords": [
"react",
"react-dom",
"rockstarsportsnetwork",
"mysql",
"API REST",
"JSON",
"firebase"
],
"author": "oclean66",
"license": "ISC",
"homepage": "http://rockstarsportsnetwork.com/",
"dependencies": {
"convert-units": "^2.3.4",
"firebase": "^5.2.0",
"glob": "^7.1.2",
"jquery": "^3.3.1",
"mathjs": "^5.0.4",
"md5": "^2.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-localization": "^1.0.10",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {}
}