-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 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": "angular-demo",
"description": "Angular demo",
"version": "3.1.6",
"author": "Simplicite Software <contact@simplicitesoftware.com> (http://www.simplicitesoftware.com/)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/simplicitesoftware/angular-demo.git"
},
"private": true,
"packageManager": "npm@11.11.0",
"dependencies": {
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/platform-browser": "^21.2.9",
"@angular/router": "^21.2.9",
"rxjs": "~7.8.0",
"simplicite": "3.1.6",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular/build": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^21.2.9",
"@eslint/js": "^10.0.1",
"angular-eslint": "21.3.1",
"eslint": "^10.0.3",
"jsdom": "^28.0.0",
"npm-check-updates": "21.0.3",
"prettier": "^3.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "8.56.1",
"vitest": "^4.0.8"
},
"scripts": {
"ncu": "ncu",
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --port=3000",
"build": "ng build",
"serve": "ng serve",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"update": "ng update",
"lint": "ng lint"
}
}