-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@mux/mux-player-react": "^3.6.1",
"@portabletext/react": "^4.0.3",
"@sanity/client": "^7.12.0",
"@sanity/code-input": "^6.0.3",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.10.3",
"@sparticuz/chromium-min": "^131.0.1",
"@tailwindcss/postcss": "^4.1.14",
"@vercel/analytics": "^1.6.1",
"clsx": "^2.1.1",
"modern-screenshot": "^4.6.8",
"motion": "^12.23.24",
"next": "16.0.7",
"next-mdx-remote": "^6.0.0",
"next-sanity": "^11.4.2",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.11",
"postcss": "^8.5.6",
"puppeteer-core": "^24.37.5",
"react": "~19.2.0",
"react-dom": "~19.2.0",
"sanity": "^4.10.3",
"sanity-plugin-mux-input": "^2.9.1",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nodemailer": "^7.0.4",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"baseline-browser-mapping": "^2.10.0",
"dotenv-cli": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}