mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 03:12:30 +08:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "@angular-devkit/core",
|
|
"version": "0.0.0",
|
|
"description": "Angular DevKit - Core Utility Library",
|
|
"main": "src/index.js",
|
|
"typings": "src/index.d.ts",
|
|
"keywords": [
|
|
"core"
|
|
],
|
|
"dependencies": {
|
|
"ajv": "6.5.3",
|
|
"chokidar": "2.0.4",
|
|
"fast-json-stable-stringify": "2.0.0",
|
|
"rxjs": "6.3.3",
|
|
"source-map": "0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"seedrandom": "^2.4.4"
|
|
}
|
|
}
|