forked from infra-geo-ouverte/igo2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 6.39 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
{
"name": "igo",
"version": "1.12.1",
"description": "Infrastructure géomatique ouverte",
"repository": {
"url": "https://github.com/infra-geo-ouverte/igo2"
},
"license": "LiLiQ-R",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 4201 --proxy-config proxy.conf.json",
"build": "ng build",
"lint": "ng lint",
"lint.fix": "ng lint --fix",
"e2e": "ng e2e --port 4300",
"postinstall": "ngcc --tsconfig src/tsconfig.app.json",
"build.prod": "ng build --configuration production",
"serve.prod": "http-server ./dist/igo2/ --port=4200 --no-browser",
"doc": "compodoc -p src/tsconfig.app.json -s --port 4220",
"build.doc": "compodoc -p src/tsconfig.app.json",
"serve.doc": "compodoc -s --port 4220",
"coverage": "npm run build.coverage && npm run serve.coverage",
"build.coverage": "ng test --code-coverage --watch=false",
"serve.coverage": "http-server ./coverage/ --port=4210 --no-browser",
"i18n": "ng2-translate-extract --dir ./src --output ./src/assets/locale/ --format=json --clean",
"pretest": "ng lint",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.watch": "ng test",
"test.all": "npm run test && npm run e2e",
"clean": "rimraf ./dist && rimraf ./node_modules && npm cache clean --force && git checkout -- package.json && git checkout -- package-lock.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog-current": "conventional-changelog -p angular -r 2",
"preversion.linux": "npm run test.all && rimraf ./dist && npm run build.prod",
"version.linux": "npm run changelog && git add -A CHANGELOG.md",
"postversion.linux": "git push && git push --tags && rimraf igo2.zip && cd ./dist/igo2/ && zip -r ../igo2.zip ./* && npm run ghpages && npm run ghrelease",
"preversion": "npm run test.all && rimraf ./dist && npm run build.prod",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push && git push --tags && rimraf igo2.zip && cd ./dist/igo2/ && tar -a -c -f ../igo2.zip * && npm run ghpages.win && npm run ghrelease.win",
"preghpages": "npm run build -- --configuration=github --output-path ./dist/ghpages --base-href /igo2/ && echo \"include: ['_default.json', '_contexts.json', '_base.json']\" > dist/ghpages/_config.yml",
"ghpages": "VERSION=$(node -p -e \"require('./package.json').version\") && npx ngh --dir=dist/ghpages --no-silent=false --message=$VERSION",
"postghpages": "rimraf ./dist/ghpages",
"preghpages.win": "npm run build -- --configuration=github --output-path ./dist/ghpages --base-href /igo2/ && echo include: ['_default.json', '_contexts.json', '_base.json'] > dist/ghpages/_config.yml",
"ghpages.win": "npx ngh --dir=dist/ghpages --no-silent=false --message=%npm_package_version%",
"ghrelease": "VERSION=$(node -p -e \"require('./package.json').version\") && publish-release --owner infra-geo-ouverte --repo igo2 --tag $VERSION --name $VERSION --reuse-release --notes \"$(npm run changelog-current -s)\" --assets dist/igo2.zip",
"preghrelease.win": "rimraf igo2.zip && cd ./dist/igo2/ && tar -a -c -f ../igo2.zip *",
"ghrelease.win": "gh-release -o infra-geo-ouverte -r igo -t %npm_package_version% -n %npm_package_version% -a dist/igo2.zip"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.9",
"@angular/cdk": "^12.2.9",
"@angular/common": "^12.2.9",
"@angular/compiler": "^12.2.9",
"@angular/core": "^12.2.9",
"@angular/forms": "^12.2.9",
"@angular/material": "^12.2.9",
"@angular/platform-browser": "^12.2.9",
"@angular/platform-browser-dynamic": "^12.2.9",
"@angular/router": "^12.2.9",
"@azure/msal-angular": "^2.0.1",
"@azure/msal-browser": "^2.15.0",
"@igo2/auth": "~1.12.1",
"@igo2/common": "~1.12.1",
"@igo2/context": "~1.12.1",
"@igo2/core": "~1.12.1",
"@igo2/geo": "~1.12.1",
"@igo2/integration": "~1.12.1",
"@igo2/utils": "~1.12.1",
"@mat-datetimepicker/core": "^7.0.1",
"@turf/buffer": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
"angular-shepherd": "12.0.0",
"ajv": "^6.9.1",
"bowser": "^2.10.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.6.5",
"fast-text-encoding": "^1.0.3",
"file-saver": "^2.0.2",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.3",
"hammerjs": "^2.0.8",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^2.4.0",
"jszip": "^3.1.5",
"jwt-decode": "^2.2.0",
"moment": "^2.29.2",
"natives": "^1.1.6",
"ngx-color-picker": "^10.1.0",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^14.1.3",
"ol": "^6.8.1",
"ol-mapbox-style": "^6.5.1",
"proj4": "^2.7.5",
"rxjs": "^6.6.7",
"scroll-into-view-if-needed": "^2.2.20",
"stream": "^0.0.2",
"striptags": "^3.2.0",
"ts-cacheable": "^1.0.5",
"tslib": "^2.0.0",
"typy": "^3.3.0",
"unorm": "^1.4.1",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.9",
"@angular-eslint/builder": "12.5.0",
"@angular-eslint/eslint-plugin": "12.5.0",
"@angular-eslint/eslint-plugin-template": "12.5.0",
"@angular-eslint/schematics": "12.5.0",
"@angular-eslint/template-parser": "12.5.0",
"@angular/cli": "^12.2.9",
"@angular/compiler-cli": "^12.2.9",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@compodoc/compodoc": "^1.1.15",
"@types/geojson": "^7946.0.6",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.5.11",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.22",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"angular-cli-ghpages": "^1.0.0-rc.2",
"conventional-changelog-cli": "^2.0.12",
"eslint": "^7.26.0",
"eslint-plugin-unused-imports": "^1.1.5",
"gh-release": "^6.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"http-server": "^13.0.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^12.1.2",
"npx": "^10.2.0",
"protractor": "~7.0.0",
"sass": "^1.42.1",
"ts-node": "^10.1.0",
"typescript": "~4.3.5",
"webdriver-manager": "^12.1.6",
"webpack": "^5.58.1"
}
}