-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.97 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.97 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
51
52
53
54
55
56
57
58
{
"name": "depol",
"version": "5.6.2",
"license": "GNU GPLv3",
"author": {
"name": "Franck Menci",
"email": "franck@menci.net",
"url": "https://www.aisuite.eu"
},
"description": "Predim software V5, courbe de dépolarisation",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl --ssl-cert %APPDATA%\\ASP.NET\\https\\%npm_package_name%.pem --ssl-key %APPDATA%\\ASP.NET\\https\\%npm_package_name%.key",
"dev": "ng serve --configuration=development",
"build": "ng build --configuration development",
"publish": "ng build --output-hashing none",
"test": "ng test",
"lint": "ng lint",
"staging": "ng build --configuration staging",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "~20.3.9",
"@angular/common": "~20.3.9",
"@angular/compiler": "~20.3.9",
"@angular/core": "~20.3.9",
"@angular/forms": "~20.3.9",
"@angular/platform-browser": "~20.3.9",
"@angular/platform-browser-dynamic": "~20.3.9",
"@angular/router": "~20.3.9",
"aisuite-ngtools": "file:../AISuite.v14/Includes/aisuite-ngtools-2.10.0.tgz",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~20.3.8",
"@angular-eslint/builder": "~20.5.1",
"@angular-eslint/eslint-plugin": "~20.5.1",
"@angular-eslint/eslint-plugin-template": "~20.5.1",
"@angular-eslint/schematics": "~20.5.1",
"@angular-eslint/template-parser": "~20.5.1",
"@angular/cli": "~20.3.8",
"@angular/compiler-cli": "~20.3.9",
"@types/jasmine": "~5.1.12",
"@typescript-eslint/eslint-plugin": "~8.46.2",
"@typescript-eslint/parser": "~8.46.2",
"eslint": "^9.39.0",
"jasmine-core": "~5.12.1",
"karma": "~6.4.2",
"karma-coverage": "~2.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "~5.9.3"
}
}