-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.92 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "multidirectory-ui-kit",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"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": "^18.2.0",
"@angular/cdk": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@jsverse/transloco": "^7.4.3",
"angular2-hotkeys": "^16.0.1",
"bitset": "^5.1.1",
"dayjs": "^1.11.12",
"moment": "^2.30.1",
"ng2-date-picker": "^18.0.0",
"ngx-datatable-gimefork": "^20.1.1",
"ngx-drag-drop": "^18.0.2",
"ngx-spinner": "^16.0.0",
"ngx-toastr": "^15.2.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.0",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@chromatic-com/storybook": "^1.5.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/angular": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/test": "^8.1.5",
"@types/jasmine": "~4.0.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"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",
"lint-staged": "^15.2.2",
"ng-packagr": "^18.2.0",
"prettier": "^3.2.5",
"storybook": "^8.1.5",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.5"
}
}