-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.83 KB
/
package.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "igo-quebec",
"version": "1.1.0-beta",
"description": "Infrastructure géomatique ouverte - Québec.ca",
"author": "Communauté IGO",
"repository": {
"url": "https://github.com/infra-geo-ouverte/igo2-quebec"
},
"license": "LiLiQ-R",
"engines": {
"node": ">=18.13.0"
},
"scripts": {
"start": "ng serve",
"build": "ng build",
"build.github": "ng build --configuration=github",
"link.start": "ng serve --configuration=developpement-link",
"lint": "ng lint",
"lint.fix": "ng lint --fix",
"format": "prettier --write ./src/**/*.{ts,js,html,scss,css,json}",
"e2e": "ng e2e --port 4300",
"serve.prod": "http-server ./dist/igo2-quebec/ --port 4202 --no-browser",
"build.coverage": "ng test --code-coverage --watch=false",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.watch": "ng test",
"test.all": "npm run test && npm run e2e",
"source-map-explorer": "source-map-explorer dist/browser/main.*.js"
},
"dependencies": {
"@angular/animations": "^17.2.4",
"@angular/cdk": "^17.2.2",
"@angular/common": "^17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
"@angular/material": "^17.2.2",
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"@angular/service-worker": "^17.2.4",
"@igo2/common": "^17.0.0-next.7",
"@igo2/core": "^17.0.0-next.7",
"@igo2/integration": "^17.0.0-next.7",
"@igo2/utils": "^17.0.0-next.7",
"@igo2/sdg": "1.0.0-next.7",
"core-js": "^3.24.1",
"rxjs": "^7.5.6",
"tslib": "^2.6.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@angular-eslint/builder": "^17.2.0",
"@angular-eslint/eslint-plugin": "^17.2.0",
"@angular-eslint/eslint-plugin-template": "^17.2.0",
"@angular-eslint/schematics": "^17.2.0",
"@angular-eslint/template-parser": "^17.2.0",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jasmine": "^4.3.5",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"angular-cli-ghpages": "^1.0.3",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint-plugin-unused-imports": "^3.0.0",
"execa": "^8.0.1",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.0",
"protractor": "~7.0.0",
"source-map-explorer": "^2.5.3",
"typescript": "~5.3.3"
}
}