forked from wmech16/casey-conroy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 820 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
{
"name": "casey-conroy",
"version": "0.1.0",
"private": true,
"dependencies": {
"font-awesome": "^4.7.0",
"normalize.css": "^7.0.0",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-burger-menu": "^2.1.6",
"react-collapsible": "^2.0.3",
"react-dom": "^16.0.0",
"react-fontawesome": "^1.6.1",
"react-id-swiper": "^1.5.4",
"react-image-slider": "^0.1.0",
"react-modal": "^3.1.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-viewer": "^2.2.6",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "firebase deploy"
},
"devDependencies": {
"firebase": "^4.8.1"
}
}