-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@portabletext/react": "^3.0.4",
"@sanity/client": "^6.3.0",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.7.4",
"@sanity/vision": "^3.15.1",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "^8.46.0",
"eslint-config-next": "13.0.6",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"framer-motion": "^7.9.1",
"next": "13.0.6",
"next-sanity": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-simple-typewriter": "^5.0.1",
"react-social-icons": "^5.15.0",
"sanity": "^3.14.5",
"styled-components": "^5.3.11",
"typescript": "4.9.4",
"vercel": "^30.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"standard": "^17.1.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.2.4"
}
}