-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@react-three/drei": "^9.93.0",
"framer-motion": "^10.17.0",
"gsap": "^3.12.4",
"locomotive-scroll": "^5.0.0-beta.11",
"lottie-react": "^2.4.0",
"next": "14.0.0",
"next-video": "^0.11.1",
"react": "18.2.0",
"react-carbonbadge": "^2.0.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-icons": "^4.11.0",
"resend": "^2.1.0",
"server-only": "^0.0.1",
"suspend-react": "^0.1.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/test": "^7.6.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.8.9",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.31",
"storybook": "^7.6.6",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}