-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.35 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
73
74
75
76
77
78
79
80
81
{
"name": "newsam",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"push": "npm run build && git add .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@permaweb/aoconnect": "^0.0.59",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.111.5",
"@react-three/fiber": "^8.17.6",
"@tabler/icons-react": "^3.20.0",
"@types/next": "^9.0.0",
"@types/qs": "^6.9.15",
"@types/three": "^0.168.0",
"@vercel/analytics": "^1.3.1",
"arweave-wallet-kit": "^1.0.4",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"codemirror": "^5.0.0",
"core-js": "^3.38.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.9",
"framer-motion-3d": "^11.3.31",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"lucide-react": "^0.452.0",
"mini-svg-data-uri": "^1.4.4",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-codemirror2": "^8.0.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-router-dom": "^6.26.1",
"react-select": "^5.8.1",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"react-tweet": "^3.2.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/dotenv": "^8.2.3",
"@types/node": "^22.7.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"arconnect": "^1.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}