-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 2.31 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
{
"name": "@rebolon/ngx-address-data-gouv-search",
"version": "0.0.11",
"author": "Rebolon",
"description": "A simple angular component to find French address from https://adresse.data.gouv.fr/api-doc",
"repository": "https://github.com/Rebolon/ng-address-data-gouv",
"homepage": "https://rebolon.github.io/ng-address-data-gouv/",
"licence": "MIT license",
"scripts": {
"ng": "ng",
"start": "ng serve --project=demo",
"build": "ng build --project ngx-address-data-gouv-search && ng build --output-hashing=none --project web-components && npm run move-files && npm run copy-before-publish && npm run build-docs && rm dist/web-components/*.js -f",
"build-docs": "mkdir -p docs && cp -r dist/web-components/browser/* docs && sed -i 's/base href=\".*\"/base href=\"\\/ngx-address-data-gouv\\/\"/' docs/index.html",
"move-files": " mkdir -p dist/web-components/browser/assets/js/ && mv dist/web-components/browser/*.js dist/web-components/browser/assets/js/ && mv dist/web-components/browser/styles.css dist/web-components/browser/assets/css/ &&cp projects/web-components/src/index-for-docs.html dist/web-components/browser/index.html",
"copy-before-publish": "cp package-dist.json dist/package.json && cp README.md dist/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"demo": "node_modules/.bin/http-server './dist/web-components/browser/'"
},
"private": false,
"dependencies": {
"@angular/animations": "^19.0.3",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/elements": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@rebolon/ngx-address-data-gouv-search": "file:dist/ngx-address-data-gouv-search",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "~19.0.4",
"@angular/compiler-cli": "^19.0.3",
"@types/jasmine": "~4.0.0",
"http-server": "^14.1.1",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^19.0.1",
"typescript": "~5.5.4"
}
}