-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1006 Bytes
/
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
{
"name": "autism-lifestyle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@phosphor-icons/react": "^2.1.7",
"@sanity/client": "^6.21.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.52.4",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"cors": "^2.8.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"groq": "",
"next": "^14.2.5",
"next-sanity": "^9.4.3",
"postcss": "^8.4.40",
"postmark": "^4.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.52.4",
"styled-components": "^6.1.12",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/uuid": "^10.0.0"
}
}