generated from Spenhouet/svelte-gh-pages-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.59 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "bcked",
"version": "1.0.0",
"scripts": {
"dev": "vite dev",
"build": "NODE_OPTIONS='--max-old-space-size=16384' vite build",
"build-silent": "NODE_OPTIONS='--max-old-space-size=16384' vite build --debug=false --logLevel=silent",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "playwright test ./tests/",
"unit": "vitest run",
"unit:watch": "vitest watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"gen:previews": "playwright test ./src/preview-screenshots.spec.ts && rsync -avq --include='*/' --include='preview.jpg' --exclude='*' ./static/ ./build/"
},
"devDependencies": {
"@0xsequence/multicall": "^0.43.33",
"@octokit/graphql": "^5.0.6",
"@playwright/test": "^1.35.0",
"@rgossiaux/svelte-headlessui": "^1.0.2",
"@rgossiaux/svelte-heroicons": "^0.1.2",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.77.3",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.2",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/d3": "^7.4.0",
"@types/d3-sankey": "^0.12.1",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.7",
"@types/marked": "^4.3.1",
"@types/string-similarity": "^4.0.0",
"@types/three": "^0.149.0",
"@wagmi/core": "^0.10.11",
"3d-force-graph": "^1.71.4",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"canvg": "^4.0.1",
"d3": "^7.8.5",
"d3-force-3d": "^3.0.5",
"d3-sankey": "^0.12.3",
"d3-scale": "^4.0.2",
"ethers": "^5.7.2",
"glob": "^9.3.5",
"layercake": "^7.4.0",
"lightweight-charts": "^4.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"ngraph.fromjson": "^3.1.0",
"ngraph.graph": "^20.0.1",
"ngraph.path": "^1.4.0",
"ngraph.tojson": "^1.2.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"simple-git": "^3.19.0",
"string-similarity": "^4.0.4",
"svelte": "^3.59.1",
"svelte-carousel": "^1.0.25",
"svelte-check": "^3.4.3",
"svelte-inview": "^4.0.0",
"svelte-preprocess": "^5.0.4",
"svelte-seo": "^1.5.3",
"svelte-typewriter": "^3.1.6",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.3.2",
"tailwindcss-scoped-groups": "^2.0.0",
"three": "^0.150.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.29.8"
},
"type": "module"
}