-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 2.03 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
{
"name": "ilpn-module",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"test:module": "ng test ilpn-module",
"test:components": "ng test ilpn-components --watch=false --browsers=ChromeHeadless",
"build:components": "ng build ilpn-components",
"build-local:components": "npm run build:components && npm i ./dist/ilpn-components --save-optional",
"build": "npm run build-local:components && ng build ilpn-module --base-href /ilovepetrinets/TODO/",
"start": "npm run build-local:components && ng serve",
"install-dependencies": "npm i"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^17.3.12",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"client-zip": "~1.5.1",
"fast-xml-parser": "^4.3.3",
"file-saver": "^2.0.5",
"glpk.js": "^4.0.1",
"object-hash": "^3.0.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.17",
"@angular/cli": "^17.3.17",
"@angular/compiler-cli": "^17.3.12",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@types/object-hash": "^2.2.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^17.3.0",
"typescript": "~5.4.5"
},
"optionalDependencies": {
"ilpn-components": "file:dist/ilpn-components"
}
}