forked from mission-city-swing/mcs_registration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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
39
40
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@firebase/app-types": "^0.1.0",
"bootstrap": "^4.0.0",
"firebase": "^4.12.0",
"firebase-tools": "^3.17.7",
"jquery": "^3.3.1",
"moment": "^2.20.1",
"popper.js": "^1.14.7",
"react": "^16.0.0",
"react-bootstrap-typeahead": "^3.2.4",
"react-csv": "^1.1.1",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-table": "^6.8.6",
"react-timeout": "^1.1.2",
"react-transition-group": "^2.2.1",
"react-widgets": "^4.2.0",
"react-widgets-moment": "^4.0.7",
"reactstrap": "^5.0.0-beta.3",
"universal-cookie": "^2.1.2",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf build/ && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "firebase deploy"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"flow": "^0.2.3",
"flow-bin": "^0.57.3"
}
}