-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 KB
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
{
"name": "blinks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@irys/upload": "^0.0.14",
"@irys/upload-solana": "^0.1.7",
"@mui/material": "^6.1.7",
"@mui/styled-engine-sc": "^6.1.7",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@reclaimprotocol/js-sdk": "^2.0.0",
"@solana/actions": "^1.6.5",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@types/react-router-dom": "^5.3.3",
"arweave": "^1.15.5",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"framer-motion": "^11.11.11",
"lucide-react": "^0.447.0",
"mongoose": "^8.7.0",
"morgan": "^1.10.0",
"next": "14.2.14",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}