This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.99 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
{
"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 --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build-custom-resource-toolbar": "cd nova-components/CustomResourceToolbar && npm run dev",
"build-custom-resource-toolbar-prod": "cd nova-components/CustomResourceToolbar && npm run prod"
},
"devDependencies": {
"@websanova/vue-auth": "^2.21.14-beta",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"tailwindcss": "^0.7.4",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"vuesax": "^3.8.61"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"laravel-vue-pagination": "^2.3.0",
"material-icons": "^0.3.1",
"moment": "^2.24.0",
"prismjs": "^1.16.0",
"vue-feather-icons": "^4.10.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-prism-component": "^1.1.1",
"vue-promised": "^1.1.1",
"vuedraggable": "^2.20.0",
"vuetify": "^1.5.7",
"vuex": "^3.1.0"
}
}