forked from MJez29/REACTonomous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
{
"homepage": "https://edwaren.github.io/WEBtonomous/",
"name": "webtonomous",
"version": "0.1.0",
"private": true,
"dependencies": {
"dns": "file:./src/mock/dns",
"aphrodite": "^1.2.5",
"gh-pages": "^1.0.0",
"nodemailer": "^4.4.0",
"nodemailer-smtp-transport": "^2.7.4",
"react": "^16.0.0",
"react-animations": "^1.0.0",
"react-bootstrap": "^0.31.3",
"react-carousel": "^4.2.2",
"react-dom": "^16.0.0",
"react-fade-in": "^0.1.5",
"react-google-maps": "^9.2.2",
"react-image-lightbox": "^4.3.0",
"react-keydown": "^1.9.4",
"react-lightbox-component": "^0.2.0",
"react-parallax": "^1.4.4",
"react-parallax-component": "^1.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-transition": "^1.1.1",
"react-scripts": "1.0.14",
"react-scroll-parallax": "^1.1.0",
"react-scrollable-anchor": "^0.5.0",
"react-scrollchor": "^4.0.0",
"react-share": "^1.16.0",
"react-slick": "^0.15.4",
"react-slider": "^0.9.0",
"react-transition-group": "^1.1.2",
"reactstrap": "^5.0.0-alpha.3",
"xoauth2": "^1.2.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-social-icons": "^2.7.0"
}
}