-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
53
54
55
56
57
58
59
60
61
{
"name": "portfolio-next",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@hookform/resolvers": "^3.9.1",
"@mantine/carousel": "^5.10.5",
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@portabletext/react": "^2.0.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"embla-carousel-react": "^7.1.0",
"framer-motion": "^8.5.5",
"next": "15.1.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.16",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-hook-form": "^7.54.1",
"react-icons": "^4.12.0",
"sharp": "^0.31.3",
"styled-components": "^5.3.11",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"typescript": "4.9.4",
"use-delayed-render": "^0.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@thilourenco/eslint-config": "^1.2.0",
"@types/nodemailer": "^6.4.17",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.20",
"postcss": "^8.4.49",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}