-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.74 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.74 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "rain-studio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev-host": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"types": "supabase gen types typescript --project-id wjjqadgrfglmanlweats > ./src/lib/types/generated-db-types.ts",
"deploy-cron": "supabase functions deploy cron_sg_interpreter --project-ref wjjqadgrfglmanlweats",
"deploy-cron-clones": "supabase functions deploy cron_sg_clone_factories --project-ref wjjqadgrfglmanlweats"
},
"devDependencies": {
"@sentry/vite-plugin": "^0.3.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-vercel": "^3.0.2",
"@sveltejs/kit": "1.22.3",
"@tailwindcss/typography": "^0.5.8",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@zerodevx/svelte-toast": "^0.8.2",
"autoprefixer": "^10.4.7",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.32.2",
"lodash-es": "^4.17.21",
"mdsvex": "^0.11.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.0",
"tslib": "^2.3.1",
"typescript": "^5.0.4",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@rainprotocol/cross-deploy": "^2.1.0",
"@rainprotocol/rain-svelte-components": "^0.0.48",
"@sentry/node": "=7.58.0",
"@sentry/svelte": "=7.58.0",
"@sentry/tracing": "=7.58.0",
"@splinetool/runtime": "^0.9.384",
"@steeze-ui/heroicons": "^2.2.3",
"@steeze-ui/svelte-icon": "^1.5.0",
"@supabase/auth-helpers-sveltekit": "0.8.3",
"@supabase/supabase-js": "^2.0.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/lodash-es": "^4.17.6",
"@urql/core": "^3.0.5",
"@wagmi/core": "^1.3.8",
"@walletconnect/web3-provider": "^1.8.0",
"abitype": "^0.9.2",
"cbor-web": "^8.1.0",
"codemirror": "^6.0.1",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"install": "^0.13.0",
"javascript-time-ago": "^2.5.9",
"jsonwebtoken": "^8.5.1",
"supabase": "^1.15.0",
"svelte-ethers-store": "^2.6.1",
"svelte-splitpanes": "^0.8.0",
"svelte-wagmi": "^0.4.0",
"svelte4-markdown": "^1.0.1",
"tailwind-gradient-mask-image": "^1.0.0",
"unique-username-generator": "^1.1.3",
"viem": "^1.4.1",
"web3modal": "^1.9.9"
}
}