-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
59 lines (59 loc) · 2.26 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
55
56
57
58
59
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --colors --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --colors --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --colors --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"react-google-maps": "^7.2.0",
"url-loader": "^0.5.9"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^4.0.0-alpha.6",
"jwt-decode": "^2.2.0",
"laravel-echo": "^1.3.2",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"push.js": "^1.0.4",
"pusher-js": "^4.1.0",
"rc-slider": "^8.3.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-autocomplete": "^1.7.1",
"react-bootstrap-typeahead": "^2.0.0-alpha.3",
"react-cropper": "^1.0.0",
"react-datetime": "^2.10.1",
"react-dom": "^15.6.1",
"react-dropzone": "^4.0.1",
"react-fa": "^4.2.0",
"react-localize-redux": "^2.5.2",
"react-notification": "^6.8.0",
"react-numeric-input": "^2.2.0",
"react-places-autocomplete": "^5.4.2",
"react-redux": "^5.0.5",
"react-router": "^3.0.0",
"react-select": "^1.0.0-rc",
"react-stars": "^2.2.3",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-logger": "^2.8.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"validate.js": "^0.11.1"
}
}