forked from brow1144/MileStones
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 985 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
35
36
37
{
"name": "lab6",
"version": "0.1.0",
"private": true,
"homepage": "http://brow1144.github.io/MileStones",
"dependencies": {
"axios": "^0.18.0",
"firebase": "^4.12.1",
"font-awesome": "^4.7.0",
"material-ui": "^0.20.0",
"mdbreact": "^4.2.0",
"moment": "^2.22.1",
"react": "^16.3.1",
"react-big-calendar": "^0.19.0",
"react-date-picker": "^6.10.1",
"react-datepicker": "^1.4.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.3.1",
"react-modal": "^3.4.2",
"react-responsive-modal": "^2.1.0",
"react-router-dom": "^4.2.2",
"reactstrap": "^5.0.0"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}