-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 Bytes
/
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
{
"name": "grid-portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"framer-motion": "^11.0.28",
"lottie-web": "^5.12.2",
"next": "^14.2.16",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-grid-layout-next": "^2.2.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"sass": "^1.74.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}