-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.2 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.2 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
59
60
61
62
63
64
65
{
"name": "depol",
"version": "5.5.3",
"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",
"watch": "ng build --watch --configuration development",
"prestart": "node aspnetcore-https",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.2",
"@angular/common": "~18.2.2",
"@angular/compiler": "~18.2.2",
"@angular/core": "~18.2.2",
"@angular/forms": "~18.2.2",
"@angular/platform-browser": "~18.2.2",
"@angular/platform-browser-dynamic": "~18.2.2",
"@angular/router": "~18.2.2",
"aisuite-ngtools": "file:../AISuite.v14/Includes/aisuite-ngtools-2.8.8.tgz",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.2",
"@angular-eslint/builder": "~18.3.0",
"@angular-eslint/eslint-plugin": "~18.3.0",
"@angular-eslint/eslint-plugin-template": "~18.3.0",
"@angular-eslint/schematics": "~18.3.0",
"@angular-eslint/template-parser": "~18.3.0",
"@angular/cli": "~18.2.2",
"@angular/compiler-cli": "~18.2.2",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "~8.10.0",
"@typescript-eslint/parser": "~8.10.0",
"eslint": "~9.19.0",
"eslint-plugin-jsdoc": "~50.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "^7.1.0",
"jasmine-core": "~5.3.0",
"jasmine-spec-reporter": "~7.0.0",
"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.5.4"
}
}