-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.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
{
"name": "nextjs-matchzone",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley --require tsx/cjs",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@upleveled/ley": "0.9.2",
"bcrypt": "5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv-safe": "9.1.0",
"lucide-react": "^0.485.0",
"next": "15.1.7",
"postgres": "3.4.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "1.84.0",
"tailwind-merge": "^3.0.2",
"tsx": "4.19.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@jest/globals": "30.0.0-alpha.7",
"@playwright/test": "^1.50.1",
"@ts-safeql/eslint-plugin": "^3.6.11",
"@types/bcrypt": "5.0.2",
"@types/dotenv-safe": "8.1.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.21.0",
"eslint-config-upleveled": "^9.2.3",
"jest": "30.0.0-alpha.7",
"jest-environment-jsdom": "30.0.0-alpha.7",
"libpg-query": "^16.3.0",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-embed": "^0.5.0",
"prettier-plugin-sql": "^0.18.1",
"stylelint": "^16.15.0",
"stylelint-config-upleveled": "^1.1.9",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt",
"esbuild",
"libpg-query",
"sharp",
"@parcel/watcher"
]
}
}