-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "blockkube-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start:next": "next start",
"lint": "next lint",
"listen": "ts-node -P tsconfig.scripts.json src/scripts/listener.ts",
"start:dev": "concurrently \"npm run dev\" \"npm run listen\"",
"start": "concurrently \"npm run start:next\" \"npm run listen\""
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.1",
"@radix-ui/react-label": "^2.0.2",
"@tabler/icons-react": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"axios": "^1.7.7",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.0.14",
"mongoose": "^8.2.2",
"next": "14.1.3",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.2",
"web3": "^4.6.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/web3": "^1.2.2",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}