forked from celesWuff/waterctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 867 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 867 Bytes
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
{
"name": "waterctl",
"private": true,
"version": "2.1.4",
"type": "module",
"scripts": {
"compile-wasm": "wat2wasm ./src/deputy.wat -o ./src/deputy.wasm",
"dev": "npm run compile-wasm && vite",
"build": "npm run compile-wasm && tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@types/web-bluetooth": "^0.0.21",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.2.0",
"vitest": "^3.1.1",
"wabt": "^1.0.37"
},
"dependencies": {
"@sentry/browser": "^9.13.0",
"water.css": "^2.1.1"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}