-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "vignesh_gupta-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx prettier . --write && next lint",
"type-check": "tsc --noEmit",
"cypress:open": "cypress open"
},
"dependencies": {
"@portabletext/react": "^3.2.0",
"@sanity/client": "^6.24.1",
"@sanity/demo": "^2.0.0",
"@sanity/icons": "^3.5.6",
"@sanity/image-url": "^1.1.0",
"@sanity/ui": "^2.10.1",
"@sanity/vision": "^3.65.1",
"@types/react-vertical-timeline-component": "^3.3.6",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"next": "^15.0.3",
"next-sanity": "^9.8.16",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-type-animation": "^3.2.0",
"react-vertical-timeline-component": "^3.6.0",
"sanity": "^3.62.3",
"sanity-plugin-iframe-pane": "^3.1.6"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.0",
"cypress": "^13.16.1",
"eslint": "9.16.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "3.4.17",
"typescript": "^5.7.2"
}
}