forked from mark3labs/louper-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.15 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
{
"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.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@sveltejs/kit": "1.0.0-next.422",
"@types/node": "^18.6.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.2",
"cssnano": "^5.1.1",
"esbuild": "^0.14.54",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"postcss": "^8.4.8",
"postcss-load-config": "^3.1.3",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"rollup": "^2.77.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"svelte": "^3.46.4",
"svelte-check": "^2.4.5",
"svelte-preprocess": "^4.10.4",
"tailwindcss": "^2.2.19",
"tslib": "^2.3.1",
"typescript": "^4.9.0",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@ceramicnetwork/stream-tile": "^2.3.0",
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@opentelemetry/api": "^1.1.0",
"@orbisclub/orbis-sdk": "^0.3.41",
"@supabase/supabase-js": "^1.31.1",
"@sveltejs/adapter-vercel": "1.0.0-next.66",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.24.0",
"daisyui": "^1.25.4",
"dotenv": "^10.0.0",
"ethers": "^5.6.0",
"lodash": "^4.17.21",
"redaxios": "^0.4.1",
"svelte-notifications": "^0.9.95",
"svelte-tags-input": "^2.9.0",
"web3w": "^0.3.2-beta.22",
"web3w-walletconnect-loader": "^0.3.2"
}
}