mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
- Add `package-lock.json` to `angular`, `angular-server`, `react`, `react-router` and the root - Ran `npm audit` on all, fixed vulnerabilities - Ran `npm outdated` on all, updated minor and patch versions - Ran `npm update` on all
27 lines
782 B
JSON
27 lines
782 B
JSON
{
|
|
"private": true,
|
|
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
|
|
"scripts": {
|
|
"build": "node .scripts/build.js",
|
|
"release.dev": "node .scripts/release-dev.js",
|
|
"release.prepare": "node .scripts/prepare.js",
|
|
"release": "node .scripts/release.js",
|
|
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/rest": "^17.11.2",
|
|
"colorette": "^1.2.1",
|
|
"conventional-changelog-cli": "^2.1.0",
|
|
"execa": "^0.10.0",
|
|
"fs-extra": "^7.0.0",
|
|
"inquirer": "^6.0.0",
|
|
"lerna": "^3.22.1",
|
|
"listr": "^0.14.0",
|
|
"rimraf": "^2.6.3",
|
|
"semver": "^5.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
}
|