-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.83 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
{
"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/button": "^6.0.0",
"@material/dialog": "^6.0.0",
"@material/drawer": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/linear-progress": "^6.0.0",
"@material/menu": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/textfield": "^6.0.0",
"@material/top-app-bar": "^6.0.0",
"@sweetalert2/theme-dark": "^3.1.0",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"cross-env": "^7.0.2",
"fs-extra": "^9.0.0",
"infinite-scroll": "^3.0.6",
"jquery": "^3.5.0",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.15",
"luxon": "^1.22.0",
"material-components-web": "^6.0.0",
"node-sass": "^4.14.0",
"rimraf": "^3.0.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"sweetalert2": "^9.7.2",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {}
}