-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
49 lines (49 loc) · 1.95 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
{
"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": "npm run development -- --watch",
"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",
"format": "prettier --write 'resources/**/*.{css,js,vue}'"
},
"devDependencies": {
"axios": "^0.19",
"cross-env": "^5.2.0",
"jquery": "^3.4.1",
"laravel-mix": "^4.1.2",
"laravel-mix-purgecss": "^4.1.0",
"lodash": "^4.17.15",
"popper.js": "^1.15.0",
"prettier": "^1.18.2",
"vue": "^2.6.10"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.10.1",
"animate.css": "^3.7.2",
"autosize": "^4.0.2",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-progressbar": "^0.9.0",
"datatables": "^1.10.18",
"flexboxgrid2": "^7.2.1",
"icheck": "^1.0.2",
"jquery-colorbox": "^1.6.4",
"jquery-goup": "^1.1.3",
"jquery-migrate": "^3.1.0",
"jquery-multifile": "^2.2.2",
"jquery-slimscroll": "^1.3.8",
"jquery.nicescroll": "^3.7.6",
"multiselect": "^0.9.12",
"nonblockjs": "^1.0.8",
"normalize.css": "^8.0.1",
"pace-js": "^1.0.2",
"pnotify": "^4.0.0",
"tinymce": "^5.0.13"
}
}