-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.62 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"code:lint": "next lint",
"code:prettier": "prettier --write '**/*.{ts,tsx}'"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.12",
"@humeai/voice": "^0.1.10",
"@humeai/voice-react": "^0.1.15",
"@radix-ui/react-toggle": "^1.1.0",
"@reduxjs/toolkit": "^1.8.2",
"@reservoir0x/reservoir-kit-client": "^0.2.5",
"@reservoir0x/reservoir-sdk": "^2.0.11",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^5.28.14",
"@thirdweb-dev/chains": "^0.1.81",
"@thirdweb-dev/sdk": "^4.0.49",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"airtable": "^0.11.4",
"axios": "^0.27.2",
"big-number": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"cryptocurrency-icons": "^0.18.1",
"date-fns": "^2.28.0",
"ethers": "^5.7.2",
"framer-motion": "^11.9.0",
"hume": "^0.8.10",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.446.0",
"next": "^14.0.4",
"next-redux-wrapper": "^8.1.0",
"nextjs": "^0.0.3",
"prettier": "^2.6.2",
"promise-retry": "^2.0.1",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-cryptoicon": "^1.0.3",
"react-dom": "18.2.0",
"react-flatpickr": "^3.10.13",
"react-icons": "^4.6.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^9.0.1",
"react-redux": "^8.1.3",
"react-slick": "^0.30.2",
"react-toastify": "^9.1.1",
"react-virtualized": "^9.22.5",
"redux-persist": "^6.0.0",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.5.2",
"thirdweb": "^5.15.0",
"ts-pattern": "^4.0.5",
"usehooks-ts": "^3.1.0",
"viem": "^2.7.8",
"wagmi": "2.5.12"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.8",
"@redux-devtools/core": "^3.13.1",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.2",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^17.0.36",
"@types/promise-retry": "^1.1.3",
"@types/ramda": "^0.28.13",
"@types/react": "^18.0.9",
"@types/react-flatpickr": "^3.8.11",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.14",
"react-tsparticles": "^2.3.1",
"tailwindcss": "^3.0.24",
"tsparticles": "^2.3.1",
"typescript": "^5.0.4"
}
}