-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "codedevils.org",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@9.12.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@next/bundle-analyzer": "^14.0.4",
"@react-three/drei": "^9.102.5",
"@react-three/fiber": "^8.15.19",
"@tabler/icons-react": "^3.2.0",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.1.0",
"framer-motion": "^10.18.0",
"lucide-react": "^0.445.0",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.5",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.0",
"@types/node": "20.12.7",
"@types/prettier": "^2.7.3",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"autoprefixer": "^10.4.13",
"eslint": "8.29.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.19",
"prettier": "2.8.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
},
"ct3aMetadata": {
"initVersion": "5.14.0"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}