-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 2 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
{
"name": "ui",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"gen-ui-client": "npx openapi-generator-cli generate -i http://localhost:3000/api-json -g typescript-angular -o projects/ui-common/src/lib/api -t ./openapi-templates/typescript-angular"
},
"private": false,
"dependencies": {
"@angular/animations": "^18.0.4",
"@angular/cdk": "^18.0.4",
"@angular/common": "^18.0.4",
"@angular/compiler": "^18.0.4",
"@angular/core": "^18.0.4",
"@angular/forms": "^18.0.4",
"@angular/platform-browser": "^18.0.4",
"@angular/platform-browser-dynamic": "^18.0.4",
"@angular/router": "^18.0.4",
"@ng-icons/core": "^25.1.0",
"@ng-icons/lucide": "^26.3.0",
"@spartan-ng/ui-core": "^0.0.1-alpha.352",
"@spartan-ng/ui-label-brain": "0.0.1-alpha.352",
"@spartan-ng/ui-menu-brain": "0.0.1-alpha.352",
"@spartan-ng/ui-separator-brain": "0.0.1-alpha.352",
"@tailwindcss/forms": "^0.5.3",
"@yuforium/activity-streams": "^0.2.0-alpha.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"ngx-editor": "^17.5.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.5",
"@angular/cli": "^18.0.5",
"@angular/compiler-cli": "^18.0.4",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@spartan-ng/cli": "^0.0.1-alpha.359",
"@types/jasmine": "~3.10.0",
"@types/node": "^18.17.1",
"autoprefixer": "^10.4.5",
"daisyui": "^4.4.24",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^18.0.0",
"postcss": "^8.4.12",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "~5.4.5"
}
}