-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "joshuas_next_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build ",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"type-check": "tsc --noEmit",
"analyze": "next build && next analyze"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@react-three/fiber": "^8.15.15",
"@vercel/analytics": "^1.1.2",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"framer-motion": "^10.18.0",
"maath": "^0.10.7",
"motion": "^10.17.0",
"next": "^14.2.10",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"popmotion": "^11.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"three": "^0.160.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.19.10",
"@types/react": "^18.2.48",
"@types/three": "^0.152.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}