-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.34 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": "poi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma db push && next build",
"start": "next start -p 3008",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.0",
"@material-tailwind/react": "^2.0.6",
"@prisma/client": "^5.1.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@rainbow-me/rainbowkit": "^1.0.7",
"@react-three/drei": "^9.83.9",
"@react-three/fiber": "^8.14.5",
"@splinetool/loader": "^0.9.483",
"@splinetool/r3f-spline": "^1.0.2",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.477",
"@types/three": "^0.155.1",
"animejs": "^3.2.1",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"crypto-js": "^4.1.1",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"lucide-react": "^0.268.0",
"next": "^13.4.12",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.14.2",
"react-tooltip": "^5.21.6",
"reactjs-popup": "^2.0.6",
"sha256": "^0.2.0",
"swr": "^2.2.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"three": "^0.155.0",
"use-debounce": "^9.0.4",
"viem": "^1.4.1",
"wagmi": "^1.3.9",
"zod": "^3.22.2"
},
"description": "Welcome to the POI repository! This project aims to revolutionize the way innovations are documented, verified, and shared within a decentralized and secure ecosystem. By leveraging blockchain technology and advanced encryption techniques, POI provides a transparent and tamper-proof platform for innovators.",
"main": "next.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prisma": "^5.1.1",
"tailwind-scrollbar": "^3.0.5"
}
}