Primeiro commit do projeto Angular
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"name": "@angular/forms",
|
||||
"version": "21.2.1",
|
||||
"description": "Angular - directives and services for creating forms",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0",
|
||||
"@standard-schema/spec": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": "21.2.1",
|
||||
"@angular/common": "21.2.1",
|
||||
"@angular/platform-browser": "21.2.1",
|
||||
"rxjs": "^6.5.3 || ^7.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/angular/angular.git",
|
||||
"directory": "packages/forms"
|
||||
},
|
||||
"angular": {
|
||||
"examples": {
|
||||
"format": "sqlite",
|
||||
"path": "./resources/code-examples.db"
|
||||
}
|
||||
},
|
||||
"ng-update": {
|
||||
"packageGroup": [
|
||||
"@angular/core",
|
||||
"@angular/bazel",
|
||||
"@angular/common",
|
||||
"@angular/compiler",
|
||||
"@angular/compiler-cli",
|
||||
"@angular/animations",
|
||||
"@angular/elements",
|
||||
"@angular/platform-browser",
|
||||
"@angular/platform-browser-dynamic",
|
||||
"@angular/forms",
|
||||
"@angular/platform-server",
|
||||
"@angular/upgrade",
|
||||
"@angular/router",
|
||||
"@angular/language-service",
|
||||
"@angular/localize",
|
||||
"@angular/service-worker"
|
||||
]
|
||||
},
|
||||
"sideEffects": false,
|
||||
"module": "./fesm2022/forms.mjs",
|
||||
"typings": "./types/forms.d.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./package.json": {
|
||||
"default": "./package.json"
|
||||
},
|
||||
".": {
|
||||
"types": "./types/forms.d.ts",
|
||||
"default": "./fesm2022/forms.mjs"
|
||||
},
|
||||
"./signals": {
|
||||
"types": "./types/signals.d.ts",
|
||||
"default": "./fesm2022/signals.mjs"
|
||||
},
|
||||
"./signals/compat": {
|
||||
"types": "./types/signals-compat.d.ts",
|
||||
"default": "./fesm2022/signals-compat.mjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user