forked from ferily7/info343-final-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.16 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
{
"name": "info343-final-project",
"version": "0.1.0",
"homepage": "http://students.washington.edu/wkwok16/info343-final-project",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "0.0.17",
"bootstrap": "^4.0.0",
"classnames": "^2.2.5",
"firebase": "^4.10.1",
"flexboxgrid": "^6.3.1",
"gh-pages": "^1.1.0",
"lodash": "^4.17.5",
"material-ui": "^0.20.0",
"material-ui-datetimepicker": "^1.0.7",
"moment": "^2.21.0",
"react": "^16.2.0",
"react-big-calendar": "^0.18.0",
"react-dom": "^16.2.0",
"react-flexbox-grid": "^2.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-sweet-progress": "^1.1.0",
"reactstrap": "^5.0.0-beta.2"
},
"private": true
}