-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.82 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
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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "eslint --fix --ext .js,.vue resources/js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.1",
"@mdi/font": "^3.4.93",
"axios": "^0.18.0",
"chartist": "^0.11.0",
"js-cookie": "^2.2.0",
"material-design-icons-iconfont": "^4.0.4",
"roboto-fontface": "^0.10.0",
"sweetalert2": "^7.19.3",
"vee-validate": "^2.1.7",
"vue": "^2.5.18",
"vue-chartist": "^2.2.0",
"vue-meta": "^1.5.0",
"vue-notification": "^1.3.16",
"vue-router": "^3.0.1",
"vue-wait": "^1.3.3",
"vuetify": "^1.5.0",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cross-env": "^5.1.5",
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"laravel-mix": "^2.1.11",
"vue-template-compiler": "^2.6.5",
"webpack-bundle-analyzer": "^2.11.2"
}
}