forked from infra-geo-ouverte/igo2-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 5.45 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 5.45 KB
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
{
"name": "@igo/demo",
"version": "0.27.10",
"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",
"build": "ng build",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "gulp geo:fixOL",
"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.tools && 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.tools": "ng build tools --prod && gulp tools",
"build.demo": "ng build demo --prod",
"pretest": "ng lint",
"test": "ng test --watch=false",
"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",
"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",
"publish": "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/tools",
"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']\" > 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": "^6.0.0",
"@angular/cdk": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/material": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@mat-datetimepicker/core": "^2.0.1",
"@ngx-translate/core": "^10.0.1",
"angular2-notifications": "^1.0.4",
"bowser": "^1.9.2",
"classlist.js": "^1.1.20150312",
"compodoc": "0.0.41",
"core-js": "^2.5.4",
"file-saver": "^1.3.8",
"hammerjs": "^2.0.8",
"html2canvas": "^1.0.0-alpha.12",
"jspdf": "^1.4.1",
"jszip": "^3.1.5",
"jwt-decode": "^2.2.0",
"moment": "^2.22.2",
"ngx-cacheable": "^1.0.7",
"ol": "^5.1.3",
"proj4": "^2.4.4",
"rxjs": "^6.1.0",
"stream": "^0.0.2",
"ts-md5": "^1.2.0",
"typy": "^2.0.1",
"unorm": "^1.4.1",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.1",
"@angular-devkit/build-ng-packagr": "~0.6.1",
"@angular/cli": "~6.0.1",
"@angular/compiler-cli": "6.0.0",
"@types/geojson": "^7946.0.3",
"@types/hammerjs": "^2.0.35",
"@types/html2canvas": "0.0.33",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"angular-cli-ghpages": "^0.5.3",
"codelyzer": "~4.2.1",
"conventional-changelog-cli": "^2.0.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-exec": "^3.0.2",
"gulp-json-editor": "^2.4.2",
"gulp-merge-json": "^1.3.1",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^3.0.0-rc.2",
"npx": "^10.2.0",
"protractor": "~5.3.0",
"publish-release": "^1.6.0",
"scss-bundle": "^2.3.2",
"ts-node": "~5.0.1",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}