-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "max-mckinney-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create:project": "tsx scripts/create-project.ts"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@types/mdx": "^2.0.11",
"@vercel/analytics": "^1.2.2",
"gsap": "^3.13.0",
"next": "14.2.35",
"next-mdx-remote": "^6.0.0",
"plaiceholder": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-lottie": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/inquirer": "^9.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"autoprefixer": "^10.0.1",
"inquirer": "^12.11.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tsx": "^4.20.6",
"typescript": "^5",
"zod": "^4.1.12"
}
}