Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [nuxt](https://github.com/nuxt/framework). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2) Updates `nuxt` from 1.4.5 to 3.0.0 - [Release notes](https://github.com/nuxt/framework/releases) - [Commits](https://github.com/nuxt/framework/commits/v3.0.0) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: nuxt dependency-type: direct:production ... 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.0.0",
|
|
"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"
|
|
}
|
|
}
|