-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.9 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.9 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
{
"name": "@igrp/applications-center",
"version": "0.1.0-beta.85",
"description": "IGRP Applications Center",
"private": true,
"author": "IGRP Team | NOSi E.P.E - Núcleo Operacional Para a Sociedade de Informação",
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm format && next build --turbopack",
"start": "next start",
"lint": "biome check --write",
"format": "biome format --write",
"release": "pnpm i && pnpm format && pnpm build && pnpm start",
"clean-all": "rimraf node_modules && rimraf .next"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@igrp/framework-next": "0.1.0-beta.102",
"@igrp/framework-next-auth": "0.1.0-beta.101",
"@igrp/framework-next-types": "0.1.0-beta.101",
"@igrp/framework-next-ui": "0.1.0-beta.102",
"@igrp/igrp-framework-react-design-system": "0.1.0-beta.102",
"@igrp/platform-access-management-client-ts": "0.1.0-beta.64",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nanoid": "^5.1.6",
"next": "15.5.12",
"next-auth": "4.24.13",
"next-themes": "^0.4.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.66.0",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20.x.x"
},
"pnpm": {
"resolutions": {
"@igrp/platform-access-management-client-ts": "0.1.0-beta.64"
}
}
}