-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.34 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
{
"name": "kathanika",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NG_HMR_TEMPLATES=1 ng serve",
"build": "ng build kn-ui && ng build ils-web --optimization=true",
"watch": "ng build --watch --configuration development",
"test": "jest",
"serve:ssr:ils-web": "node dist/ils-web/server/server.mjs",
"codegen": "graphql-codegen --config src/app-projects/ils-web/codegen.ts",
"lint": "ng lint",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.4",
"@angular/common": "^19.1.4",
"@angular/compiler": "^19.1.4",
"@angular/core": "^19.1.4",
"@angular/forms": "^19.1.4",
"@angular/platform-browser": "^19.1.4",
"@angular/platform-browser-dynamic": "^19.1.4",
"@angular/platform-server": "^19.1.4",
"@angular/router": "^19.1.4",
"@angular/service-worker": "^19.1.4",
"@angular/ssr": "^19.1.5",
"@storybook/jest": "^0.2.3",
"@storybook/testing-library": "^0.2.2",
"apollo-angular": "^8.0.1",
"express": "^4.21.2",
"graphql": "^16.10.0",
"rxjs": "~7.8.0",
"sweetalert2": "^11.15.10",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"tus-js-client": "^4.3.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.5",
"@angular/cli": "^19.1.5",
"@angular/compiler-cli": "^19.1.4",
"@chromatic-com/storybook": "^3.2.4",
"@compodoc/compodoc": "^1.1.26",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.4.1",
"@storybook/addon-docs": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-onboarding": "^8.5.2",
"@storybook/angular": "^8.5.2",
"@storybook/blocks": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"angular-eslint": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-preset-angular": "^14.5.1",
"ng-packagr": "^19.1.2",
"postcss": "^8.5.1",
"storybook": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0"
}
}