-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 2.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@angular/build",
"version": "19.1.0-next.2+sha-4000959",
"description": "Official build system for Angular",
"keywords": [
"Angular CLI",
"Angular DevKit",
"angular",
"angular-cli",
"devkit",
"sdk"
],
"exports": {
".": {
"types": "./src/index.d.ts",
"default": "./src/index.js"
},
"./private": {
"default": "./src/private.js"
},
"./package.json": "./package.json"
},
"builders": "builders.json",
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4000959",
"@babel/core": "7.26.0",
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@inquirer/confirm": "5.1.1",
"@vitejs/plugin-basic-ssl": "1.2.0",
"beasties": "0.2.0",
"browserslist": "^4.23.0",
"esbuild": "0.24.2",
"fast-glob": "3.3.3",
"https-proxy-agent": "7.0.6",
"istanbul-lib-instrument": "6.0.3",
"listr2": "8.2.5",
"magic-string": "0.30.17",
"mrmime": "2.0.0",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.30.1",
"sass": "1.83.1",
"semver": "7.6.3",
"vite": "6.0.7",
"watchpack": "2.4.2"
},
"optionalDependencies": {
"lmdb": "3.2.2"
},
"peerDependencies": {
"@angular/compiler": "^19.0.0 || ^19.1.0-next.0",
"@angular/compiler-cli": "^19.0.0 || ^19.1.0-next.0",
"@angular/localize": "^19.0.0 || ^19.1.0-next.0",
"@angular/platform-server": "^19.0.0 || ^19.1.0-next.0",
"@angular/service-worker": "^19.0.0 || ^19.1.0-next.0",
"@angular/ssr": "github:angular/angular-ssr-builds#4000959",
"less": "^4.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.5 <5.8"
},
"peerDependenciesMeta": {
"@angular/localize": {
"optional": true
},
"@angular/platform-server": {
"optional": true
},
"@angular/service-worker": {
"optional": true
},
"@angular/ssr": "github:angular/angular-ssr-builds#4000959",
"less": {
"optional": true
},
"postcss": {
"optional": true
},
"tailwindcss": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependenciesMeta": {
"esbuild": {
"built": true
},
"puppeteer": {
"built": true
}
},
"pnpm": {
"onlyBuiltDependencies": []
}
}