-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "@wolfderechter/taiko-node-dashboard",
"version": "1.3.1",
"private": true,
"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"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"gh-pages": "^6.2.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-loader": "^8.1.1",
"prettier": "3.3.3",
"rollup-plugin-polyfill-node": "^0.13.0",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.14",
"ts-loader": "^9.5.1",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"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.20.5",
"web3": "^4.14.0"
}
}