Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [nuxt](https://github.com/nuxt/nuxt), [mkdirp](https://github.com/isaacs/node-mkdirp) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8) Updates `nuxt` from 1.4.5 to 3.2.3 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/compare/v1.4.5...v3.2.3) Updates `mkdirp` from 0.5.1 to 0.5.6 - [Release notes](https://github.com/isaacs/node-mkdirp/releases) - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6) Updates `loader-fs-cache` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases) - [Commits](https://github.com/viankakrisna/loader-fs-cache/commits) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: nuxt dependency-type: direct:production - dependency-name: mkdirp dependency-type: indirect - dependency-name: loader-fs-cache dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "agricultural-client",
|
|
"version": "1.0.0",
|
|
"description": "Nuxt.js project",
|
|
"author": "haha <14301133@bjtu.edu.cn>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "PORT=3005 nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"precommit": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"echarts": "^4.8.0",
|
|
"element-ui": "2.12.0",
|
|
"jquery": "^3.3.1",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.4",
|
|
"moment": "^2.19.4",
|
|
"nuxt": "^3.2.3",
|
|
"popper.js": "^1.16.0",
|
|
"save": "^2.4.0",
|
|
"video.js": "^7.8.3",
|
|
"vue-quill-editor": "^3.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.1",
|
|
"babel-plugin-component": "^1.0.0",
|
|
"bootstrap": "^4.4.1",
|
|
"css-loader": "^0.28.8",
|
|
"element-theme-chalk": "2.4.9",
|
|
"eslint": "^4.15.0",
|
|
"eslint-friendly-formatter": "^3.0.0",
|
|
"eslint-loader": "^1.7.1",
|
|
"eslint-plugin-vue": "^4.0.0",
|
|
"jquery": "^3.4.1",
|
|
"popper.js": "^1.16.0",
|
|
"script-loader": "^0.7.2",
|
|
"vue-easytable": "^1.7.2"
|
|
}
|
|
}
|