forked from infra-geo-ouverte/igo2-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) · 7.5 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
160
161
162
163
164
165
166
{
"name": "@igo/demo",
"version": "1.6.1",
"description": "IGO Library",
"author": "MSP",
"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"
},
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"start.watch": "run-p watch.libs \"_start.watch -- -- {@}\" --",
"build": "ng build",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "gulp fixLibs && ngcc",
"build.all": "npm run build.libs && npm run build.demo",
"build.libs": "npm run build.utils && npm run build.core && npm run build.common && npm run build.auth && npm run build.geo && npm run build.context && npm run build.integration && gulp core:bundleLocale",
"build.utils": "ng build utils --prod",
"build.core": "ng build core --prod && gulp core",
"build.common": "ng build common --prod && gulp common",
"build.auth": "ng build auth --prod && gulp auth",
"build.geo": "ng build geo --prod && gulp geo",
"build.context": "ng build context --prod && gulp context",
"build.integration": "ng build integration --prod && gulp integration",
"build.demo": "ng build demo --configuration=production",
"build.doc": "compodoc -p tsconfig.json --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks --theme material",
"doc": "npm run build.doc && compodoc -s --port 4220",
"pretest": "ng lint",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.watch": "ng test",
"test.all": "npm run test.libs && npm run test.demo",
"test.libs": "npm run lint && npm run test.core && npm run test.common && npm run test.geo && npm run test.context",
"test.core": "ng test core --watch=false --code-coverage",
"test.common": "ng test common --watch=false --code-coverage",
"test.geo": "ng test geo --watch=false --code-coverage",
"test.context": "ng test context --watch=false --code-coverage",
"test.demo": "ng test demo --watch=false --code-coverage && ng e2e --port 4300",
"watch.libs": "rimraf ./dist && run-p _watch.*",
"_watch.utils": "ng build utils --watch",
"_watch.core": "wait-on dist/utils/package.json && ng build core --watch",
"_watch.common": "wait-on dist/core/package.json && ng build common --watch",
"_watch.auth": "wait-on dist/common/package.json && ng build auth --watch",
"_watch.geo": "wait-on dist/auth/package.json && ng build geo --watch",
"_watch.context": "wait-on dist/geo/package.json && ng build context --watch",
"_watch.integration": "wait-on dist/context/package.json && ng build integration --watch",
"_watch.gulp": "wait-on dist/integration/package.json && gulp core && gulp common && gulp auth && gulp geo && gulp context && gulp integration && gulp core:bundleLocale",
"_start.watch": "wait-on dist/core/locale/fr.json && npm start",
"clean": "rimraf ./dist && rimraf ./node_modules && npm cache clean --force && git checkout -- package.json && git checkout -- package-lock.json",
"compodoc": "npx compodoc -p tsconfig.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog-current": "conventional-changelog -p angular -r 2",
"publish": "sed -i '/prepublishOnly/d' dist/*/package.json && npm publish ./dist/utils && npm publish ./dist/core && npm publish ./dist/common && npm publish ./dist/auth && npm publish ./dist/geo && npm publish ./dist/context && npm publish ./dist/integration",
"preversion": "rimraf ./dist && npm run build.all && npm run test.all",
"version": "gulp bumpVersion && npm run build.libs && npm run changelog && git add -u",
"postversion": "git push && git push --tags && npm run publish && npm run ghpages && npm run ghrelease",
"preghpages": "npm run build.demo -- --output-path ./dist/ghpages --base-href /igo2-lib/ && 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",
"ghrelease": "VERSION=$(node -p -e \"require('./package.json').version\") && publish-release --owner infra-geo-ouverte --repo igo2-lib --tag $VERSION --name $VERSION --reuse-release --notes \"$(npm run changelog-current -s)\""
},
"private": true,
"dependencies": {
"@angular/animations": "^10.0.3",
"@angular/cdk": "^10.0.1",
"@angular/common": "^10.0.3",
"@angular/compiler": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/forms": "^10.0.3",
"@angular/material": "^10.0.1",
"@angular/platform-browser": "^10.0.3",
"@angular/platform-browser-dynamic": "^10.0.3",
"@angular/router": "^10.0.3",
"@azure/msal-angular": "^1.1.1",
"@ionic-native/core": "^5.10.0",
"@ionic-native/file": "^5.6.0",
"@ionic-native/file-opener": "^5.6.0",
"@ionic-native/network": "^5.12.0",
"@ionic/angular": "^5.2.3",
"@mat-datetimepicker/core": "^5.1.2",
"@mdi/angular-material": "^5.3.45",
"@ngx-translate/core": "^13.0.0",
"@turf/buffer": "^5.1.5",
"@turf/helpers": "^6.1.4",
"@turf/line-intersect": "^6.0.2",
"@turf/point-on-feature": "^5.1.5",
"angular-shepherd": "^0.7.0",
"angular2-notifications": "^9.0.0",
"bowser": "^2.10.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^1.5.3",
"jszip": "^3.1.5",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"msal": "^1.4.0",
"ngx-cacheable": "^1.0.9",
"ngx-color-picker": "^10.1.0",
"ol": "^6.3.1",
"ol-mapbox-style": "^6.1.2",
"proj4": "^2.6.2",
"rxjs": "^6.6.0",
"scroll-into-view-if-needed": "^2.2.20",
"scss-bundle": "^3.1.2",
"stream": "^0.0.2",
"ts-md5": "^1.2.4",
"tslib": "^2.0.0",
"typy": "^3.3.0",
"unorm": "^1.4.1",
"web-animations-js": "^2.3.2",
"webpack": "^4.41.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.2",
"@angular-devkit/build-ng-packagr": "^0.1000.2",
"@angular/cli": "^10.0.2",
"@angular/compiler-cli": "^10.0.3",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@compodoc/compodoc": "^1.1.9",
"@ngx-translate/http-loader": "^6.0.0",
"@types/geojson": "^7946.0.6",
"@types/hammerjs": "^2.0.36",
"@types/html2canvas": "0.0.35",
"@types/jasmine": "^3.5.11",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.22",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"conventional-changelog-cli": "^2.0.12",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-exec": "^5.0.0",
"gulp-json-editor": "^2.4.2",
"gulp-merge-json": "^2.1.1",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"npm-run-all": "^4.1.5",
"protractor": "~7.0.0",
"publish-release": "^1.6.0",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"typescript": "~3.9.6",
"wait-on": "^5.1.0",
"webdriver-manager": "^12.1.6"
}
}