-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.64 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 --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 --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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.23.0",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"cross-env": "^5.0.1",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"dependencies": {
"draft-js": "^0.10.4",
"draft-js-linkify-plugin": "^2.0.0-rc8",
"draft-js-plugins-editor": "^2.0.0-rc8",
"react-bootstrap": "^0.31.3",
"react-bootstrap-validation": "^0.1.11",
"react-router-bootstrap": "^0.24.3",
"react-router-dom": "^4.2.2",
"react-rte": "^0.15.0",
"react-splitter-layout": "^0.2.1",
"react-transition-group": "^2.2.0",
"react-validation": "^2.10.9",
"socket.io": "^2.0.4"
}
}