-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.37 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.37 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
{
"name": "bitphase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build:wasm": "node -e \"require('child_process').execSync(process.platform === 'win32' ? 'powershell -ExecutionPolicy Bypass -File build-wasm.ps1' : 'bash build-wasm.sh', {stdio: 'inherit'})\"",
"dev": "pnpm build:wasm && vite",
"build": "pnpm build:wasm && vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"test": "vitest",
"test:run": "vitest run",
"btp-to-wav": "tsx cli/btp-to-wav.ts"
},
"devDependencies": {
"@iconify/json": "^2.2.380",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tsconfig/svelte": "^5.0.5",
"@types/node": "^25.0.9",
"jsdom": "^27.4.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.38.6",
"svelte-check": "^4.3.1",
"tsx": "^4.21.0",
"typescript": "~5.8.3",
"unplugin-icons": "^22.2.0",
"vite": "^6.3.5",
"vitest": "^4.0.16"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"jszip": "^3.10.1",
"tailwindcss": "^4.1.12",
"wasmoon": "^1.16.0"
}
}