mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
23 lines
542 B
JSON
23 lines
542 B
JSON
{
|
|
"name": "angular-schematics",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Schematics for Angular",
|
|
"scripts": {
|
|
"copy": "node scripts/copy.js",
|
|
"build": "tsc -p tsconfig.json && pnpm copy"
|
|
},
|
|
"dependencies": {
|
|
"@schematics/angular": "^17.0.0",
|
|
"jsonc-parser": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/cli": "^17.0.7",
|
|
"@angular-devkit/core": "^17.0.0",
|
|
"@angular-devkit/schematics": "^17.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"fs-extra": "^7.0.0",
|
|
"typescript": "~4.7.2"
|
|
}
|
|
}
|