-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "togethertime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"prebuild": "npm run typegen",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typegen": "sanity schema extract --enforce-required-fields --path=src/sanity/extract.json && sanity typegen generate"
},
"dependencies": {
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.99.0",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "15.4.4",
"next-auth": "^4.24.11",
"next-sanity": "^9.12.3",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-color": "^2.19.3",
"react-dom": "19.1.0",
"sanity": "^3.99.0",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.1",
"twilio": "^5.8.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.11",
"typescript": "^5"
}
}