-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.26 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
50
51
52
53
54
55
56
57
58
{
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue resources/js/",
"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"
},
"devDependencies": {
"axios": "^0.18.1",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.2.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-vue": "^5.2.3",
"jquery": "^3.4.1",
"laravel-mix": "^4.1.4",
"lodash": "^4.17.15",
"popper.js": "^1.15.0",
"resolve-url-loader": "^2.3.2",
"sass": "^1.22.12",
"sass-loader": "^7.3.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@websanova/vue-auth": "^2.21.14-beta",
"buefy": "^0.7.10",
"es6-promise": "^4.2.8",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.4",
"laravel-echo": "^1.5.4",
"material-design-icons-iconfont": "^4.0.5",
"moment": "^2.24.0",
"pusher-js": "^4.4.0",
"slug": "^1.1.0",
"vee-validate": "^2.2.15",
"vue-axios": "^2.1.4",
"vue-moment": "^4.0.0",
"vue-router": "^3.1.3",
"vue-router-multiguard": "^1.0.3",
"vue-timers": "^2.0.4",
"vuetify": "^1.5.18",
"vuex": "^3.1.1",
"written-number": "^0.8.1"
}
}