This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
68 lines (68 loc) · 2.22 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
{
"name": "louper-v2",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"postinstall": "svelte-kit sync"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@sveltejs/kit": "1.24.1",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"buffer": "^6.0.3",
"cssnano": "^6.0.1",
"esbuild": "^0.19.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"rollup": "^3.29.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.12.0"
},
"type": "module",
"dependencies": {
"@ceramicnetwork/stream-tile": "^2.29.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@opentelemetry/api": "^1.4.1",
"@orbisclub/orbis-sdk": "^0.4.87",
"@supabase/supabase-js": "^2.33.1",
"@sveltejs/adapter-vercel": "3.0.3",
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.5.0",
"daisyui": "^3.7.3",
"dotenv": "^16.3.1",
"eslint-plugin-svelte": "^2.33.1",
"ethers": "^6.7.1",
"lodash": "^4.17.21",
"redaxios": "^0.5.1",
"svelte-notifications": "^0.9.98",
"svelte-select": "^5.7.0",
"svelte-tags-input": "^5.0.0",
"web3w": "0.3.2-beta.22",
"web3w-walletconnect-loader": "^0.4.3"
}
}