-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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
{
"name": "upreal-react",
"version": "0.0.1",
"description": "upreal - nice holidays",
"main": "webpack.config.js",
"homepage": "index.html",
"proxy": "http://localhost:4000",
"scripts": {
"start": "webpack-dev-server --progress --inline --hot --config ./webpack.config.js --progress",
"build": "webpack --config ./webpack.production.config.js --progress"
},
"author": "alexander",
"license": "ISC",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"css-raw-loader": "^0.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"moment": "^2.16.0",
"node-sass": "^4.4.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-draggable": "^2.2.3",
"react-hot-loader": "^1.3.1",
"react-nouislider": "^1.14.1",
"react-perfect-scrollbar": "^0.1.1",
"react-router": "^3.0.0",
"react-share": "^1.11.1",
"react-slick": "^0.14.5",
"react-streetview": "^1.0.1",
"react-youtube": "^7.2.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"uglify-js": "^2.7.4",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.3",
"wnumb": "^1.0.4"
},
"dependencies": {
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-facebook-login": "^3.5.0",
"react-facebook-login-component": "^0.6.0",
"react-history": "^0.18.2",
"react-select": "^1.0.0-rc.3"
}
}