forked from SE-TINF22B6/PlapyWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1007 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
39
40
{
"name": "plapy-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.1.3",
"@headlessui/react": "^2.0.4",
"@nextui-org/button": "^2.0.33",
"@nextui-org/card": "^2.0.30",
"@nextui-org/image": "^2.0.28",
"@nextui-org/modal": "^2.0.35",
"@nextui-org/react": "^2.4.1",
"@nextui-org/system": "^2.2.1",
"@nextui-org/table": "^2.0.35",
"@nextui-org/tabs": "^2.0.31",
"@nextui-org/theme": "^2.2.5",
"framer-motion": "^11.2.10",
"lucide-react": "^0.383.0",
"next": "14.2.2",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-tabs": "^6.0.2",
"utils": "^0.3.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}