-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.19 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 2.19 KB
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
{
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@material-ui/core": "^3.0.0",
"axios": "^0.18",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"jquery": "^3.3.1",
"laravel-mix": "^2.1.14",
"lato-webfont": "^2.15.1",
"lodash": "^4.17.10",
"node-sass": "^4.9.3",
"normalize.css": "^8.0.0",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-bootstrap": "^0.32.3",
"react-bootstrap-table": "^4.3.1",
"react-dom": "^16.5.0",
"react-js-pagination": "^3.0.2",
"react-modal": "^3.5.1",
"react-redux": "^5.0.7",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uuid": "^3.2.1",
"validator": "^10.7.0"
},
"dependencies": {
"react-loading-order-with-animation": "^1.0.0",
"react-scroll-up": "^1.3.3",
"redux-thunk": "^2.3.0"
}
}