-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
136 lines (136 loc) · 4.54 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
{
"name": "igo2-lib",
"workspaces": [
"packages/*",
"projects/*"
],
"version": "18.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.check": "prettier packages projects scripts --check --config .prettierrc",
"format": "npm run format --workspaces --if-present && npm run format.scripts",
"format.scripts": "prettier --write ./scripts/src/**/*.{mts,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": "^18.2.1",
"@angular/cdk": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/material": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/router": "^18.2.1",
"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.30.1",
"ngx-indexed-db": "^19.0.0",
"ngx-toastr": "^19.0.0",
"nosleep.js": "^0.12.0",
"ol": "9.1.0",
"ol-mapbox-style": "^12.0.0",
"rxjs": "^7.8.0",
"scroll-into-view-if-needed": "^3.1.0",
"striptags": "^3.2.0",
"ts-cacheable": "^1.0.10",
"ts-md5": "^1.3.0",
"tslib": "^2.4.0",
"windows-1252": "^3.0.4",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.2.1",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/format": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@compodoc/compodoc": "^1.1.15",
"@cypress/schematic": "^2.5.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@sentry/types": "^8.41.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@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": "~5.1.0",
"@types/lodash-es": "^4.17.0",
"@types/node": "^20.10.0",
"@types/tinycolor2": "^1.4.4",
"angular-cli-ghpages": "^2.0.0",
"angular-eslint": "^18.4.0",
"conventional-changelog-cli": "^5.0.0",
"copy-newer": "^2.1.2",
"cypress": "^13.16.0",
"del": "^8.0.0",
"eslint": "^9.15.0",
"execa": "^9.5.0",
"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": "^8.0.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.4.0",
"sass": "^1.81.0",
"semantic-release": "^24.2.0",
"tsx": "^4.19.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.16.0"
},
"madge": {
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
}