-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.27 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.27 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
{
"name": "@semantic-components/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"private": true,
"engines": {
"node": ">=26.0.0"
},
"dependencies": {
"@angular/aria": "22.1.1",
"@angular/cdk": "22.1.1",
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/core": "22.1.0",
"@angular/forms": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/platform-server": "22.1.0",
"@angular/router": "22.1.0",
"@angular/ssr": "22.1.3",
"@js-temporal/polyfill": "^0.5.1",
"@semantic-icons/lucide-icons": "^0.60.0",
"@tanstack/angular-table": "^8.21.4",
"@tiptap/core": "^3.29.2",
"@tiptap/extension-placeholder": "^3.29.2",
"@tiptap/extension-text-align": "^3.29.2",
"@tiptap/starter-kit": "^3.29.2",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"emojibase": "^17.0.0",
"emojibase-data": "^17.0.0",
"express": "^5.2.1",
"libphonenumber-js": "^1.13.10",
"motion": "^12.43.0",
"pdfjs-dist": "^6.2.108",
"rxjs": "^7.8.2",
"shadcn": "^4.16.1",
"shiki": "^4.4.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"uqr": "^0.1.3",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@angular-devkit/core": "22.1.3",
"@angular-devkit/schematics": "22.1.3",
"@angular/build": "22.1.3",
"@angular/cli": "22.1.3",
"@angular/compiler-cli": "22.1.0",
"@angular/language-service": "22.1.0",
"@axe-core/playwright": "^4.12.1",
"@eslint/js": "^10.0.1",
"@modelcontextprotocol/sdk": "^1.30.0",
"@nx/angular": "23.1.1",
"@nx/devkit": "23.1.1",
"@nx/eslint": "23.1.1",
"@nx/eslint-plugin": "23.1.1",
"@nx/js": "23.1.1",
"@nx/playwright": "23.1.1",
"@nx/web": "23.1.1",
"@nx/workspace": "23.1.1",
"@playwright/test": "^1.62.1",
"@schematics/angular": "22.1.3",
"@swc-node/register": "1.12.1",
"@swc/core": "1.15.47",
"@swc/helpers": "0.5.23",
"@tailwindcss/postcss": "^4.3.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/d3-array": "^3.2.2",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"@types/express": "^5.0.6",
"@types/node": "^26.1.2",
"@types/zxcvbn": "^4.4.5",
"@typescript-eslint/utils": "8.65.0",
"angular-eslint": "22.1.0",
"autoprefixer": "^10.5.4",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-playwright": "^2.11.0",
"husky": "^9.1.7",
"jsdom": "^30.0.1",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^17.3.0",
"ng-packagr": "22.1.1",
"nx": "23.1.1",
"postcss": "^8.5.25",
"postcss-url": "~10.1.4",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tslib": "^2.8.1",
"tsup": "^8.5.1",
"tsx": "^4.23.1",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"verdaccio": "6.9.0",
"vitest": "^4.1.10",
"zod": "^4.4.3"
},
"nx": {
"includedScripts": []
}
}