-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.69 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.69 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "diamondu",
"type": "module",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"engines": {
"node": "^22.21",
"npm": ">=11.7"
},
"private": true,
"dependencies": {
"@angular/animations": "21.1.1",
"@angular/cdk": "21.1.1",
"@angular/common": "21.1.1",
"@angular/compiler": "21.1.1",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.1",
"@angular/material": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.1.1",
"@faker-js/faker": "^9.9",
"@headlessui/vue": "^1.7.23",
"@nx/angular": "22.4.1",
"@nx/nuxt": "22.4.1",
"@octokit/graphql-schema": "^15.26.1",
"@tailwindcss/vite": "^4.2.1",
"@vueuse/core": "^13.5",
"chart.js": "^4.5",
"date-fns": "^4.1",
"dayjs": "^1.11.13",
"gsap": "^3.13",
"ng2-charts": "^8",
"nuxt": "4.3.0",
"octokit": "^5.0.3",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"vue": "^3.5.27",
"vuetify": "^3.12.1",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.1",
"@angular-devkit/core": "21.1.1",
"@angular-devkit/schematics": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"@angular/language-service": "21.1.1",
"@chromatic-com/storybook": "^5",
"@eslint/js": "^9.39.2",
"@mdi/font": "^7.4.47",
"@nuxt/eslint": "^1.13",
"@nuxt/kit": "^4.3",
"@nuxt/test-utils": "^4",
"@nx/devkit": "22.4.1",
"@nx/eslint": "22.4.1",
"@nx/eslint-plugin": "22.4.1",
"@nx/jest": "22.4.1",
"@nx/js": "22.4.1",
"@nx/storybook": "22.4.1",
"@nx/vite": "22.4.1",
"@nx/vitest": "22.4.1",
"@nx/vue": "22.4.1",
"@nx/web": "22.4.1",
"@nx/workspace": "22.4.1",
"@schematics/angular": "21.1.1",
"@storybook/addon-docs": "^10.2.0",
"@storybook/angular": "10.2.0",
"@storybook/test-runner": "^0.24.2",
"@storybook/vue3-vite": "10.2.0",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.15",
"@tailwindcss/postcss": "^4.2.1",
"@types/jest": "30.0.0",
"@types/node": "^22.18.1",
"@typescript-eslint/utils": "8.43.0",
"@vitejs/plugin-vue": "6.0.2",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"@vue/eslint-config-prettier": "^10.2",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"angular-eslint": "21.1.0",
"autoprefixer": "10.4.13",
"eslint": "^9.23",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "^4.2.0",
"eslint-plugin-storybook": "^10.2.0",
"eslint-plugin-vue": "^10.7",
"h3": "^1.15.4",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.2.0",
"jiti": "2.4.2",
"jsdom": "^27.4",
"nx": "22.4.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"storybook": "10.2.0",
"tailwindcss": "^4.2.1",
"ts-node": "^10.9.2",
"typescript": "5.9.2",
"typescript-eslint": "8.53.1",
"vite": "7.1.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "4.0.9",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.4"
}
}