-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "plan.ai-hyperdrive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.1",
"@metaplex-foundation/js": "^0.19.5",
"@mui/icons-material": "^5.14.12",
"@project-serum/anchor": "^0.26.0",
"@reduxjs/toolkit": "^1.9.7",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.11",
"@solana/web3.js": "^1.78.7",
"axios": "^1.5.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"jotai": "^2.4.3",
"lodash": "^4.17.21",
"next": "13.5.4",
"next-auth": "^4.23.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.1.0",
"overlayscrollbars": "^2.3.2",
"overlayscrollbars-react": "^0.5.2",
"rc-slider": "^10.3.0",
"react": "^18",
"react-datepicker": "^4.21.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-redux": "^8.1.3",
"react-use": "^17.4.0",
"recharts": "^2.8.0",
"swiper": "^10.3.1"
},
"devDependencies": {
"@next/font": "^13.5.4",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18.2.25",
"@types/react-datepicker": "^4.19.1",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}