-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
101 lines (101 loc) · 3.03 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "@0xintuition/data-populator",
"version": "0.1.0",
"description": "Intuition Data Populator",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build --emptyOutDir",
"dev": "remix vite:dev",
"start": "PORT=8080 remix-serve ./build/server/index.js",
"lint:fix": "pnpm lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/0xIntuition/intuition-ts",
"directory": "apps/data-populator"
},
"dependencies": {
"@0xintuition/1ui": "workspace:^",
"@0xintuition/api": "workspace:^",
"@0xintuition/protocol": "workspace:^",
"@conform-to/react": "^1.1.3",
"@conform-to/zod": "^1.1.3",
"@epic-web/remember": "^1.0.2",
"@faker-js/faker": "^8.4.1",
"@paralleldrive/cuid2": "^2.2.2",
"@pinata/sdk": "^2.1.0",
"@privy-io/react-auth": "^1.92.5",
"@privy-io/server-auth": "1.14.2",
"@privy-io/wagmi": "0.2.12",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"@supabase/auth-helpers-remix": "^0.4.0",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.32.0",
"@vidstack/react": "^1.10.9",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"compression": "1.7.4",
"cookie": "^0.6.0",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"date-fns": "^3.6.0",
"did-session": "^3.1.0",
"domain-functions": "^2.6.0",
"dotenv-expand": "^11.0.6",
"ethers": "^6.13.2",
"express": "4.18.2",
"framer-motion": "^11.2.10",
"isbot": "^4.1.0",
"jotai": "^2.8.3",
"kubo-rpc-client": "^4.1.1",
"lucide-react": "^0.441.0",
"morgan": "1.10.0",
"multiformats": "^13.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.6.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"viem": "^2.21.25",
"wagmi": "^2.5.20",
"zod": "^3.23.4"
},
"devDependencies": {
"@content-collections/cli": "^0.1.2",
"@content-collections/core": "^0.6.2",
"@content-collections/mdx": "^0.1.3",
"@content-collections/remix-vite": "^0.1.1",
"@remix-run/dev": "^2.9.2",
"@types/cookie": "^0.6.0",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.12.7",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"remix-flat-routes": "^0.6.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-env-only": "^2.3.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.0.0"
}
}