-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.44 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
{
"name": "bolzplatzarena-components",
"version": "0.0.0",
"scripts": {
"ng": "node_modules/.bin/ng",
"start": "node_modules/.bin/ng serve",
"build": "npm run build-lib && node_modules/.bin/ng build",
"watch": "node_modules/.bin/ng build --watch --configuration development",
"test-component": "node_modules/.bin/jest --coverage --config ./projects/components/jest.config.js",
"tailwind": "npx tailwindcss build -o ./projects/styles/tailwind.scss -c ./tailwind.lib.config.js",
"tailwind-ng": "npx tailwindcss build -o ./src/styles/tailwind.scss -c ./tailwind.config.js",
"lib": "ng build components",
"debug": "npm run tailwind && npm run tailwind-ng && ng build components && ng serve",
"build-lib": "npm run tailwind && ng build components",
"lint": "ng lint",
"depcheck": "npx depcheck",
"publish": "npm run build-lib && cd dist/@bolzplatzarena/components && npm publish"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.2",
"@angular/cdk": "^19.0.1",
"@angular/common": "^19.0.2",
"@angular/compiler": "^19.0.2",
"@angular/core": "^19.0.2",
"@angular/forms": "^19.0.2",
"@angular/material": "^19.0.1",
"@angular/platform-browser": "^19.0.2",
"@angular/platform-browser-dynamic": "^19.0.2",
"@angular/router": "^19.0.2",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@ngx-translate/core": "^16.0.3",
"rxjs": "~7.8.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.3",
"@angular-eslint/builder": "^19.0.0",
"@angular-eslint/eslint-plugin": "^19.0.0",
"@angular-eslint/eslint-plugin-template": "^19.0.0",
"@angular-eslint/schematics": "^19.0.0",
"@angular-eslint/template-parser": "^19.0.0",
"@angular/cli": "^19.0.3",
"@angular/compiler-cli": "^19.0.2",
"@types/jasmine": "~5.1.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"angular-cli-ghpages": "^2.0.3",
"eslint": "^9.16.0",
"eslint-plugin-function-name": "^2.0.1",
"jasmine-core": "~5.5.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.2",
"ng-packagr": "^19.0.1",
"ts-jest": "^29.1.1",
"typescript": "~5.6.3"
}
}