-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
{
"name": "@wolfderechter/taiko-node-dashboard",
"version": "1.4.8",
"type": "module",
"homepage": "https://dojonode.xyz",
"scripts": {
"start": "bun run dev",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prettier": "bunx prettier '**/*.{ts,svelte}'",
"prettier:write": "bunx run prettier -- --write",
"prettier:check": "run prettier -- --check",
"svelte:check": "bunx svelte-check",
"lint": "bunx eslint './**/*.{ts,svelte}'",
"lint:fix": "bunx eslint --fix './**/*.{ts,svelte}'",
"predeploy": "bun run build",
"deploy": "gh-pages -d dist",
"knip": "knip"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"gh-pages": "^6.2.0",
"knip": "^5.40.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-loader": "^8.1.1",
"prettier": "3.4.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"svelte": "^4.2.19",
"svelte-check": "^4.1.1",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.16",
"ts-loader": "^9.5.1",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"dependencies": {
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"simple-duration": "^1.1.1",
"svelte-spa-router": "^4.0.1",
"tw-colors": "^3.3.2",
"vite-plugin-pwa": "^0.21.1",
"web3": "^4.16.0"
}
}