-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.64 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.64 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
{
"name": "multidirectory-ui-kit",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:all": "concurrently --names \"BUILD,SERVE\" --prefix-colors \"green,blue\" \"ng build multidirectory-ui-kit --watch --configuration=development\" \"wait-on dist/multidirectory-ui-kit/package.json && ng serve --configuration=development\"",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"watch: kit": "ng build multidirectory-ui-kit --watch",
"test": "ng test",
"storybook": "ng run multidirectory-ui-kit:storybook",
"build-storybook": "ng run multidirectory-ui-kit:build-storybook",
"lint": "ng lint",
"prepare": "husky",
"start-dev": "ng build multidirectory-ui-kit && rm -f \"$(npm root -g)/multidirectory-ui-kit\" && npm link ./dist/multidirectory-ui-kit && npm start",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.3",
"@angular/cdk": "^20.0.3",
"@angular/common": "^20.0.3",
"@angular/compiler": "^20.0.3",
"@angular/core": "^20.0.3",
"@angular/forms": "^20.0.3",
"@angular/platform-browser": "^20.0.3",
"@angular/platform-browser-dynamic": "^20.0.3",
"@angular/router": "^20.0.3",
"@fortawesome/angular-fontawesome": "^2.0.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@jsverse/transloco": "^7.6.1",
"@mflab/mui-kit": "^0.0.4",
"angular2-hotkeys": "^16.0.1",
"bitset": "^5.2.3",
"dayjs": "^1.11.13",
"moment": "^2.30.1",
"multidirectory-ui-kit": "./dist/multidirectory-ui-kit",
"ngx-datatable-gimefork": "22.0.0-alpha.7",
"ngx-spinner": "^19.0.0",
"ngx-toastr": "^19.0.0",
"postcss": "^8.5.3",
"rxjs": "~7.5.7",
"tailwindcss": "^4.1.7",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-eslint/builder": "^19.3.0",
"@angular-eslint/eslint-plugin": "^19.3.0",
"@angular-eslint/eslint-plugin-template": "^19.3.0",
"@angular-eslint/template-parser": "^19.3.0",
"@angular/build": "^20.0.2",
"@angular/cli": "~20.0.2",
"@angular/compiler-cli": "^20.0.3",
"@chromatic-com/storybook": "^4.0.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.24.0",
"@storybook/addon-docs": "^9.0.9",
"@storybook/addon-links": "^9.0.9",
"@storybook/angular": "^9.0.9",
"@stylistic/eslint-plugin-plus": "^4.2.0",
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@tailwindcss/postcss": "^4.1.7",
"@types/jasmine": "~4.0.3",
"@types/jest": "^29.5.14",
"angular-eslint": "19.3.0",
"concurrently": "^9.2.1",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-storybook": "9.0.9",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jasmine-core": "~4.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"lint-staged": "^15.5.0",
"ng-packagr": "^20.0.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"storybook": "^9.0.9",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^5.0.3",
"typescript": "~5.8.3",
"typescript-eslint": "8.27.0",
"wait-on": "^9.0.3"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}