-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.6 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": "yarn 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": "yarn run development --watch",
"watch-poll": "yarn 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": "yarn 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": {
"cross-env": "^5.2",
"laravel-mix": "^4.0",
"laravel-mix-bundle-analyzer": "^1.0.2",
"sass": "^1.20",
"sass-loader": "^7.1",
"vue-template-compiler": "^2.6",
"webpack": "^4.30.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"axios": "^0.19",
"bootbox": "^5.1",
"bootstrap": "^4.3",
"bootstrap-datepicker": "^1.8.0",
"froala-editor": "^2.8.1",
"jquery": "^3.4",
"jquery-form": "^4.2.2",
"jquery-pjax": "^2.0",
"jquery-sortable": "^0.9",
"lodash": "^4.17",
"moment": "^2.29",
"popper.js": "^1.15",
"selectize": "^0.12",
"slugify": "^1.3.4",
"tabler-ui": "^0.0.34",
"tempusdominus-bootstrap-4": "^5.1.2",
"toastr": "^2.1.4"
}
}