-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
159 lines (159 loc) · 5.33 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "igo2-lib",
"workspaces": [
"packages/*",
"projects/*"
],
"version": "17.0.0",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
"homepage": "https://github.com/infra-geo-ouverte/igo2-lib#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/infra-geo-ouverte/igo2-lib.git"
},
"bugs": {
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"engines": {
"node": ">=18.13.0"
},
"scripts": {
"ng": "ng",
"postinstall": "git config core.hooksPath ./git-hooks",
"prestart": "npm run prestart --workspace=packages --if-present",
"start.demo": "npm run prestart && npm run start -w demo",
"build": "ng build",
"build.demo": "npm run build -w demo",
"build.libs": "node --import tsx scripts/src/build-library.mts",
"build.doc": "compodoc -p tsconfig.json --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks --theme material",
"format": "npm run format --workspaces --if-present && npm run format.scripts",
"format.scripts": "prettier --write ./scripts/src/**/*.{ts,js,json}",
"lint": "ng lint",
"lint.fix": "ng lint --fix",
"e2e": "npm run prestart && npm run e2e -w demo",
"e2e.local": "npm run prestart &&npm run e2e.local -w demo",
"doc": "npm run build.doc && compodoc -s --port 4220",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.libs": "npm run test --workspace=packages",
"compodoc": "npx compodoc -p tsconfig.json",
"circular-deps": "madge --circular --extensions ts packages",
"publish": "node --import tsx scripts/src/publish.mts",
"pre-release": "node --import tsx scripts/src/pre-release.mts",
"release": "node --import tsx scripts/src/release.mts",
"release.demo": "node --import tsx scripts/src/release-demo.mts"
},
"dependencies": {
"@angular/animations": "^17.0.6",
"@angular/cdk": "^17.0.3",
"@angular/common": "^17.0.6",
"@angular/compiler": "^17.0.6",
"@angular/core": "^17.0.6",
"@angular/forms": "^17.0.6",
"@angular/material": "^17.0.3",
"@angular/platform-browser": "^17.0.6",
"@angular/platform-browser-dynamic": "^17.0.6",
"@angular/router": "^17.0.6",
"@azure/msal-angular": "^3.0.4",
"@azure/msal-browser": "^3.0.4",
"@floating-ui/utils": "^0.1.4",
"@mdi/angular-material": "^7.2.96",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
"@types/tinycolor2": "^1.4.4",
"bowser": "^2.11.0",
"core-js": "^3.32.2",
"file-saver": "^2.0.2",
"hammerjs": "2.0.8",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"moment": "^2.29.4",
"ngx-color": "^9.0.0",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^18.0.0",
"nosleep.js": "^0.12.0",
"ol": "9.1.0",
"ol-mapbox-style": "^12.0.0",
"proj4": "^2.9.0",
"rxjs": "^7.8.0",
"scroll-into-view-if-needed": "^3.1.0",
"striptags": "^3.2.0",
"tinycolor2": "^1.6.0",
"ts-cacheable": "^1.0.10",
"ts-md5": "^1.3.0",
"tslib": "^2.4.0",
"typy": "^3.3.0",
"windows-1252": "^3.0.4",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.6",
"@angular-eslint/builder": "^17.1.0",
"@angular-eslint/eslint-plugin": "^17.1.0",
"@angular-eslint/eslint-plugin-template": "^17.1.0",
"@angular-eslint/schematics": "^17.1.0",
"@angular-eslint/template-parser": "^17.1.0",
"@angular/cli": "^17.0.6",
"@angular/compiler-cli": "^17.0.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/format": "^19.3.0",
"@commitlint/types": "^19.0.3",
"@compodoc/compodoc": "^1.1.15",
"@cypress/schematic": "^2.5.1",
"@sentry/types": "^7.87.0",
"@swc/core": "^1.3.100",
"@swc/wasm": "^1.3.100",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/flexsearch": "^0.7.6",
"@types/geojson": "^7946.0.10",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "~4.3.0",
"@types/lodash-es": "^4.17.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/types": "^6.14.0",
"angular-cli-ghpages": "^1.0.3",
"conventional-changelog-cli": "^4.1.0",
"copy-newer": "^2.1.2",
"cypress": "^13.2.0",
"del": "^7.0.0",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^2.15.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",
"lodash-es": "^4.17.21",
"madge": "^6.1.0",
"ng-packagr": "^17.0.2",
"prettier": "^3.1.0",
"sass": "^1.64.0",
"semantic-release": "^23.0.0",
"tsx": "^4.11.0",
"typescript": "^5.2.2"
},
"madge": {
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
}