-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "blocklance",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "vite build && vite build --ssr",
"dev": "vite dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@composedb/client": "0.5.2",
"@didtools/pkh-ethereum": "0.4.1",
"@fontsource-variable/lexend-deca": "5.0.8",
"@headlessui/react": "1.7.17",
"@remix-run/node": "2.3.0",
"@remix-run/react": "2.3.0",
"@remix-run/serve": "2.3.0",
"airtable": "0.12.2",
"did-session": "2.1.1",
"isbot": "3.7.1",
"lucide-react": "0.292.0",
"radash": "11.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
"topbar": "2.0.1",
"viem": "1.19.3",
"wagmi": "1.4.7",
"web3.storage": "4.5.5"
},
"devDependencies": {
"@composedb/devtools": "0.5.1",
"@composedb/devtools-node": "0.5.2",
"@composedb/types": "0.5.1",
"@remix-run/dev": "2.3.0",
"@remix-run/eslint-config": "2.3.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.54.0",
"sharp": "0.32.6",
"svgo": "3.0.3",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7",
"typescript": "5.2.2",
"vite": "5.0.0",
"vite-plugin-image-optimizer": "1.1.7",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.2.1"
},
"engines": {
"node": ">=18.0.0"
}
}