forked from cruip/tailwind-landing-page-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 947 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": "simple-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.7.17",
"@mui/material": "^5.15.19",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"aos": "^3.0.0-beta.6",
"lucide": "^0.364.0",
"lucide-react": "^0.364.0",
"next": "^14.0.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-simple-maps": "^3.0.0",
"typescript": "^5.3.3",
"vercel": "^33.7.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/aos": "^3.0.7",
"@types/react-simple-maps": "^3.0.4",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}