-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"axios": "^0.18.0",
"codecov.io": "^0.1.6",
"config": "^2.0.0",
"coveralls": "^3.0.2",
"firebase": "^5.3.1",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-dropzone": "^5.0.1",
"react-form-material-ui": "^1.2.0",
"react-router": "^3.2.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-tap-event-plugin": "^3.0.3",
"semantic-ui": "^2.4.2",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.1",
"superagent": "^3.8.3",
"validator": "^10.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage --collectCoverageFrom=src/**/*js --collectCoverageFrom=!src/registerServiceWorker.js",
"eject": "react-scripts eject"
}
}