-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 930 Bytes
/
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
{
"private": true,
"type": "module",
"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": "eslint './src/**/*.{js,ts,svelte}'",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.1",
"autoprefixer": "^10.4.4",
"buffer": "^6.0.3",
"daisyui": "^2.0.2",
"esbuild": "*",
"events": "^3.3.0",
"node-fetch": "*",
"postcss": "^8.4.12",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.5.4",
"undici": "*",
"vite": "^4.0.0"
},
"dependencies": {
"@oddjs/odd": "^0.37.0",
"@oddjs/odd-walletauth": "^0.2.2"
}
}