-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 KB
/
package.json
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
{
"name": "template",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
"node": "22.x",
"pnpm": "9.x"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"ts": "tsc"
},
"dependencies": {
"@nivalis/std": "1.3.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.468.0",
"next": "15.1.1-canary.5",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"server-only": "0.0.1",
"tailwind-merge": "2.5.5"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@nivalis/eslint-config": "4.2.1",
"@nivalis/prettier-config": "3.4.2",
"@tailwindcss/postcss": "4.0.0-alpha.30",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "^22",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "9.17.0",
"lefthook": "1.9.2",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "4.0.0-alpha.36",
"tailwindcss-animate": "1.0.7",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"lint-staged": {
"*": "eslint --quiet --fix"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}