-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1019 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1019 Bytes
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
{
"name": "supernova-container-template-angular",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"vite": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@angular/animations": "^19.2.19",
"@angular/common": "^19.2.19",
"@angular/core": "^19.2.19",
"@angular/platform-browser": "^19.2.19",
"@angular/platform-browser-dynamic": "^19.2.19",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.3.1",
"@angular-devkit/build-angular": "^19.2.22",
"@angular/build": "^19.2.22",
"@angular/compiler": "^19.2.19",
"@angular/compiler-cli": "^19.2.19",
"@eslint/js": "^9.30.1",
"@types/node": "^22.10.5",
"angular-eslint": "^19.3.0",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^6.3.5"
}
}