forked from sunh-2087/Training-php-and-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.42 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
59
60
61
62
63
64
{
"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 --ext .js,.vue resources/js",
"precommit": "lint-staged"
},
"husky": {
"hooks": {
"pre-commit": "yarn precommit"
}
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"cross-env": "^5.1",
"eslint": "^5.15.2",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^5.2.3",
"husky": "^1.3.1",
"laravel-mix": "^4.0.7",
"laravel-mix-eslint": "^0.1.3",
"lint-staged": "^9.2.1",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"axios": "^0.18",
"bootstrap": "^4.1.0",
"camelcase": "^5.3.1",
"camelcase-keys": "^6.0.1",
"jquery": "^3.2",
"js-cookie": "^2.2.0",
"laravel-echo": "^1.5.4",
"laravel-echo-server": "^1.5.5",
"lodash": "^4.17.5",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"swagger-ui-dist": "^3.23.4",
"socket.io-client": "^2.2.0",
"qs": "^6.7.0",
"vue": "^2.5.17",
"vue-i18n": "^8.12.0",
"vue-router": "^3.0.7",
"vue-toasted": "^1.1.27",
"vuex": "^3.1.1"
}
}