-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.81 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3.81 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
118
{
"name": "arch-framework",
"version": "2025.12.2801",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Nexel-Lab/Arch-Framework.git"
},
"bugs": {
"url": "https://github.com/Nexel-Lab/Arch-Framework/issues"
},
"homepage": "https://arch.nexellab.com",
"scripts": {
"format": "bunx biome format --write",
"lint": "bunx biome lint --write",
"check": "bunx biome check --write",
"db:gen": "prisma generate",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"pre:db": "bun db:gen && bun db:push",
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"deploy": "bun pre:db && bun run build",
"analyze": "cross-env ANALYZE=true next build",
"analyze-b": "cross-env BUNDLE_ANALYZE=both next build",
"update": "bun update --latest",
"clean:build": "bun pipeline/utils/clean.build",
"clean:build:pkg": "bun pipeline/utils/clean.pkg.build",
"clean:node": "bun pipeline/utils/clean.node",
"clean": "pnpm run \"/^clean:.*/\"",
"yarn:pre:db": "yarn db:gen && yarn db:push",
"yarn:deploy": "yarn yarn:pre:db && yarn run build"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@bprogress/next": "^3.2.12",
"@ducanh2912/next-pwa": "^10.2.9",
"@json2csv/plainjs": "^7.0.6",
"@next/third-parties": "^16.1.1",
"@prisma/client": "6.19.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@theiceji/compose-plugins": "^1.0.2",
"@trpc/client": "^11.8.1",
"@trpc/react-query": "^11.8.1",
"@trpc/server": "^11.8.1",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cookie": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.26",
"jose": "^6.1.3",
"lodash-es": "^4.17.22",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"next-auth": "^4.24.13",
"react": "19.2.3",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.69.0",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuidv7": "^1.1.0",
"vaul": "^1.1.2",
"zod": "^4.2.1",
"zustand": "5.0.9"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@next/bundle-analyzer": "^16.1.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"cross-env": "^10.1.0",
"glob": "^13.0.0",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"prisma": "6.19.1",
"raw-loader": "^4.0.2",
"rimraf": "^6.1.2",
"sass": "^1.97.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}