-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.46 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
50
51
52
53
54
{
"name": "Riviera18-portal",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.1",
"classnames": "^2.2.5",
"flipclock": "^0.7.8",
"google-map-react": "^0.26.0",
"history": "^4.6.1",
"jquery": "^3.2.1",
"material-ui": "^0.20.0",
"parallax-js": "^3.1.0",
"prop-types": "^15.6.0",
"react": "^15.5.4",
"react-count-down": "^1.1.0",
"react-dom": "^15.5.4",
"react-draggable": "^3.0.4",
"react-flexbox-grid": "^2.0.0",
"react-flip-move": "^2.10.0",
"react-fontawesome": "^1.6.1",
"react-fullpage": "^0.1.18",
"react-google-maps": "^9.4.3",
"react-helmet": "^5.2.0",
"react-mfb": "^0.6.0",
"react-pdf-js": "^3.0.4",
"react-redux": "^5.0.5",
"react-reveal": "^0.7.3",
"react-router": "^2.0.0",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^2.2.1",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-form-material-ui": "^4.2.0",
"redux-thunk": "^2.2.0",
"shuffle-array": "^1.0.1",
"sort-by": "^1.2.0",
"whatwg-fetch": "^2.0.3"
},
"proxy": "",
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build"
}
}