-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
{
"name": "@oxc-angular/bitwarden-benchmark",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:vite": "vite build",
"preview": "vite preview",
"benchmark": "oxnode benchmark.ts",
"benchmark:cold": "oxnode benchmark.ts --cold",
"benchmark:incremental": "oxnode benchmark.ts --incremental"
},
"dependencies": {
"@angular/animations": "21.2.7",
"@angular/cdk": "21.2.5",
"@angular/common": "21.2.7",
"@angular/compiler": "21.2.7",
"@angular/core": "21.2.7",
"@angular/forms": "21.2.7",
"@angular/platform-browser": "21.2.7",
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7",
"core-js": "^3.48.0",
"rxjs": "catalog:",
"tslib": "catalog:",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@oxc-angular/vite": "workspace:^",
"@oxc-node/cli": "catalog:",
"@oxc-node/core": "catalog:",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^22.19.3",
"autoprefixer": "^10.4.27",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-nested": "^7.0.2",
"sass": "^1.97.2",
"tailwindcss": "^4.0.0",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0",
"vite-tsconfig-paths": "^6.0.3"
}
}