-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
66 lines (66 loc) · 2.27 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
{
"name": "angular-tag-cloud-module-demo",
"version": "16.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test angular-tag-cloud-module",
"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",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"angular-tag-cloud-module": ">=17.0.1",
"ngx-color-picker": "^15.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@compodoc/compodoc": "^1.1.23",
"@cypress/schematic": "^2.5.1",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.11.27",
"angular-cli-ghpages": "2.0.0-beta.2",
"autoprefixer": "^10.4.18",
"copyfiles": "^2.4.1",
"cypress": "^13.7.0",
"jasmine-core": "~3.8.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^17.3.0",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1",
"ts-loader": "9.5.1",
"typescript": "~5.3.3"
}
}