-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
{
"name": "marketplace-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.22.5",
"@babel/preset-react": "^7.22.15",
"@cometh/connect-sdk": "1.1.0",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/serialize": "^1.1.2",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tableland/sdk": "^4.5.3-dev.0",
"@types/node": "20.3.2",
"@types/node-jose": "^1.1.10",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"babel-plugin-auto-import": "^1.1.0",
"babel-plugin-macros": "^3.1.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"ethers": "5.7.2",
"lottie-web": "^5.12.2",
"next": "13.4.7",
"next-auth": "^4.23.1",
"nextjs-cors": "^2.1.2",
"ngrok": "^5.0.0-beta.2",
"node-jose": "^2.2.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-qr-reader": "^3.0.0-beta-1",
"react-responsive": "^9.0.2",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"twin.macro": "^3.4.0",
"typescript": "5.1.6"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"devDependencies": {
"encoding": "^0.1.13"
}
}