-
Notifications
You must be signed in to change notification settings - Fork 12k
/
Copy pathpackage.json
111 lines (111 loc) · 2.8 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
{
"name": "@angular/build",
"version": "0.0.0-PLACEHOLDER",
"description": "Official build system for Angular",
"keywords": [
"angular",
"angular-cli"
],
"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": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.26.10",
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@inquirer/confirm": "5.1.9",
"@vitejs/plugin-basic-ssl": "2.0.0",
"beasties": "0.3.2",
"browserslist": "^4.23.0",
"esbuild": "0.25.2",
"https-proxy-agent": "7.0.6",
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
"listr2": "8.3.2",
"magic-string": "0.30.17",
"mrmime": "2.0.1",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.9.2",
"rollup": "4.40.0",
"sass": "1.86.3",
"semver": "7.7.1",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.13",
"vite": "6.3.2",
"watchpack": "2.4.2"
},
"optionalDependencies": {
"lmdb": "3.2.6"
},
"devDependencies": {
"@angular/ssr": "workspace:*",
"@angular-devkit/core": "workspace:*",
"less": "4.3.0",
"ng-packagr": "20.0.0-next.6",
"postcss": "8.5.3",
"rxjs": "7.8.2"
},
"peerDependencies": {
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/localize": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/platform-browser": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/platform-server": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/service-worker": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/ssr": "^0.0.0-PLACEHOLDER",
"karma": "^6.4.0",
"less": "^4.2.0",
"ng-packagr": "0.0.0-NG-PACKAGR-PEER-DEP",
"postcss": "^8.4.0",
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
"tslib": "^2.3.0",
"typescript": ">=5.8 <5.9"
},
"peerDependenciesMeta": {
"@angular/core": {
"optional": true
},
"@angular/localize": {
"optional": true
},
"@angular/platform-browser": {
"optional": true
},
"@angular/platform-server": {
"optional": true
},
"@angular/service-worker": {
"optional": true
},
"@angular/ssr": {
"optional": true
},
"karma": {
"optional": true
},
"less": {
"optional": true
},
"ng-packagr": {
"optional": true
},
"postcss": {
"optional": true
},
"tailwindcss": {
"optional": true
}
}
}