-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 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
69
{
"name": "vpoap",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "rimraf ./.svelte-kit",
"dev": "vite dev",
"build": "pnpm sync && vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"validate:svelte": "pnpm sync && svelte-check --tsconfig ./tsconfig.json",
"validate:svelte:watch": "pnpm sync && svelte-check --tsconfig ./tsconfig.json --watch",
"validate:ts": "pnpm sync && tsc --noEmit",
"validate": "pnpm validate:ts && pnpm validate:svelte",
"lint:prettier": "prettier --check .",
"lint:style": "stylelint 'src/**/*.{css,scss,svelte}'",
"lint:es": "pnpm sync && eslint .",
"lint": "pnpm lint:prettier && pnpm lint:style && pnpm lint:es",
"format": "prettier --write ."
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@ensdomains/ensjs": "^3.2.0",
"@fontsource/inter": "^5.0.16",
"@fontsource/roboto-mono": "^5.0.16",
"@napi-rs/canvas": "^0.1.45",
"@resvg/resvg-js": "^2.6.0",
"@urql/core": "^4.2.3",
"@urql/svelte": "^4.0.4",
"@vercel/kv": "^2.0.0",
"date-fns": "^3.3.1",
"dotenv": "^16.3.2",
"frames.js": "^0.5.1",
"satori": "^0.10.11",
"svelte": "^4.2.7",
"tailwindcss": "^3.4.1",
"viem": "^2.5.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"rimraf": "^5.0.5",
"stylelint": "^16.2.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-order": "^6.0.4",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vite-plugin-arraybuffer": "^0.0.2"
},
"type": "module"
}