-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1008 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
39
40
41
{
"name": "hackathon",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hashgraph/sdk": "^2.14.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"axios": "^0.27.2",
"binary-loader": "^0.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.13.5",
"hashconnect": "^0.1.7",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-config-next": "15.0.4",
"postcss": "^8.0.0",
"tailwindcss": "^3.4.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"overrides": {
"simple-crypto-js": {
"crypto-js": "3.3.0"
}
}
}