-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.98 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.98 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
{
"private": true,
"scripts": {
"dev": "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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
"watch-poll": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "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": {
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"cross-env": "^5.1",
"jquery": "^3.5",
"laravel-mix": "^4.0.14",
"laravel-mix-tailwind": "^0.1.0",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"popper.js": "^1.14.6",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"quill": "^1.3.7",
"resolve-url-loader": "2.3.1",
"sass": "^1.17.2",
"sass-loader": "7.*",
"tailwindcss": "^0.7.4",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-template-compiler": "^2.6.10",
"vue-toasted": "^1.1.25"
},
"dependencies": {
"@elitedevsquad/ui": "^0.0.9",
"axios-progress-bar": "^1.2.0",
"bootstrap-vue": "^2.0.0-rc.26",
"v-calendar": "^0.9.7",
"vue-avatar": "^2.1.7",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.2",
"vue-sweetalert2": "^2.1.1",
"vue-the-mask": "^0.11.1"
}
}