-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1018 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": "website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@next/bundle-analyzer": "^13.0.6",
"@rookino/react-lottie-light": "^2.0.5",
"ethers": "^5.6.9",
"fetch-meta-tags": "1.0.12",
"flowbite": "^1.5.1",
"flowbite-react": "^0.1.5",
"next": "^13.5.4",
"next-mdx-remote": "^4.1.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-animated-3d-card-shadow": "^1.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.4.1",
"swiper": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.7.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.2"
}
}