mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together. Updates `ajv` from 5.5.2 to 6.12.6 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v5.5.2...v6.12.6) Updates `eslint` from 4.19.1 to 8.44.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.19.1...v8.44.0) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
695 B
JSON
29 lines
695 B
JSON
{
|
|
"name": "mte",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:release": "cross-env NODE_ENV=production webpack",
|
|
"build:debug": "cross-env NODE_ENV=development webpack",
|
|
"build": "npm run build:release",
|
|
"clean": "rimraf build"
|
|
},
|
|
"dependencies": {
|
|
"@susisu/mte-kernel": "^1.0.0",
|
|
"codemirror": "^5.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"cpx": "^1.5.0",
|
|
"cross-env": "^5.1.1",
|
|
"eslint": "^8.44.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"rimraf": "^2.6.2",
|
|
"uglifyjs-webpack-plugin": "^1.1.0",
|
|
"webpack": "^3.8.1"
|
|
}
|
|
}
|