forked from reservoirprotocol/marketplace-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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
{
"name": "sample-marketplace",
"scripts": {
"dev": "next dev",
"prettier": "prettier --write .",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@datadog/browser-rum": "^4.2.0",
"@headlessui/react": "^1.5.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "1.0.0",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "1.0.1-rc.2",
"@radix-ui/react-dropdown-menu": "1.0.1-rc.2",
"@radix-ui/react-popover": "1.0.1-rc.2",
"@radix-ui/react-slider": "1.0.0",
"@radix-ui/react-tabs": "1.0.0",
"@radix-ui/react-toggle-group": "1.0.0",
"@radix-ui/react-tooltip": "1.0.1-rc.2",
"@rainbow-me/rainbowkit": "^0.8.1",
"@ramosdiego/reservoir": "^0.0.15",
"@ramosdiego/ui": "^0.0.10",
"@react-hookz/web": "^14.2.2",
"@reservoir0x/reservoir-kit-ui": "0.8.2",
"@reservoir0x/sdk": "^0.0.123",
"@stitches/react": "^1.2.8",
"downshift": "^6.1.7",
"ethers": "^5.7.1",
"lodash.debounce": "^4.0.8",
"luxon": "^2.3.0",
"match-sorter": "^6.3.1",
"next": "13.0",
"next-themes": "^0.2.0",
"react": "^18.0",
"react-debounce-input": "^3.2.5",
"react-dom": "^18.0",
"react-hook-form": "^7.28.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-jazzicon": "^1.0.3",
"react-markdown": "^8.0.3",
"react-masonry-css": "^1.0.16",
"recoil": "^0.7.4",
"swr": "^1.1.2",
"tailwindcss": "^3.0.15",
"tailwindcss-radix": "^1.6.0",
"wagmi": "^0.9"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/luxon": "^2.0.9",
"@types/node": "17.0.9",
"@types/react": "^18.0",
"@types/react-dom": "^18.0",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.5",
"prettier": "2.5.1",
"prettier-plugin-tailwindcss": "^0.1.3",
"typescript": "^4.7.4"
}
}