添加新的功能
Showing
| ... | ... | @@ -25,6 +25,7 @@ |
| "laravel/passport": "^8.4", | ||
| "laravel/tinker": "^2.0", | ||
| "league/flysystem-aws-s3-v3": "^1.0", | ||
| "predis/predis": "^1.1", | ||
| "spatie/laravel-permission": "^3.0" | ||
| }, | ||
| "require-dev": { | ||
| ... | ... |
| ... | ... | @@ -16,7 +16,7 @@ |
| "report": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --report --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
| "lint": "eslint --ext .js,.vue resources/js", | ||
| "startb": "nodemon --watch src -e html,vue,js,scss build/build.js", | ||
| "start":"npm run dev" | ||
| "start": "npm run dev" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| ... | ... | @@ -34,7 +34,7 @@ |
| "fideloper/proxy": "^4.0", | ||
| "laravel/framework": "^6.2", | ||
| "laravel/tinker": "^1.0", | ||
| "symfony/translation-contracts": "^1.1.6", | ||
| "symfony/translation-contracts": "^1.1.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
| ... | ... | @@ -86,6 +86,7 @@ |
| "screenfull": "^4.2.1", | ||
| "sortablejs": "^1.10.2", | ||
| "tui-editor": "^1.4.6", | ||
| "v-viewer": "^1.5.1", | ||
| "vue": "2.6.10", | ||
| "vue-count-to": "^1.0.13", | ||
| "vue-i18n": "^8.15.5", | ||
| ... | ... |
Please
register
or
sign in
to comment