-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.83 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.83 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
{
"name": "angular-tag-cloud-module-demo",
"version": "19.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test angular-tag-cloud-module",
"test:demo": "ng test angular-tag-cloud-module-demo",
"lint": "ng lint",
"compodoc": "compodoc -p projects/angular-tag-cloud-module/tsconfig.lib.json",
"doc": "npm run compodoc && compodoc -s",
"build-prod": "ng build angular-tag-cloud-module --configuration production",
"copy": "copyfiles -f README.md CHANGELOG.md LICENSE dist/angular-tag-cloud-module",
"package": "npm run build-prod && npm run copy",
"publish-gh-pages": "ng build --configuration production --base-href=https://d-koppenhagen.github.io/angular-tag-cloud-module/ && npx ngh --dir=dist/angular-tag-cloud-module-demo/browser"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/material": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"angular-tag-cloud-module": ">=22.0.0",
"ngx-color-picker": "^20.0.1",
"rxjs": "^7.8.2",
"tslib": "^2.3.0",
"vitest": "^4.1.8"
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@angular/language-service": "^22.0.0",
"@compodoc/compodoc": "^1.1.23",
"@types/node": "^24.2.1",
"angular-cli-ghpages": "^3.0.3",
"copyfiles": "^2.4.1",
"jsdom": "^29.1.1",
"ng-packagr": "^22.0.0",
"postcss": "^8.5.15",
"rimraf": "^6.1.3",
"tailwindcss": "^3.4.1",
"ts-loader": "9.6.0",
"typescript": "~6.0.3"
}
}