-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.65 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
{
"type": "module",
"name": "next-yc_directory",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predev": "npm run typegen",
"prebuild": "npm run typegen",
"typegen": "sanity schema extract --path=./sanity/extract.json && sanity typegen generate"
},
"packageManager": "npm@10.5.2",
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"dependencies": {
"@next/eslint-plugin-next": "^15.1.6",
"@radix-ui/react-slot": "^1.1.1",
"@sanity/cli": "^3.71.2",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.70.0",
"@tailwindcss/typography": "^0.5.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.263.1",
"next": "^15.2.0-canary.28",
"next-auth": "^5.0.0-beta.25",
"next-sanity": "^9.8.29-canary.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.71.2",
"sanity-plugin-markdown": "^5.0.0",
"styled-components": "^6.1.14",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"esbuild-register": "^3.6.0",
"eslint": "^9.19.0",
"eslint-config-next": "15.1.4",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-prettier": "^0.0.0-empty",
"postcss": "^8",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}