crypttool/package.json

25 lines
605 B
JSON
Raw Permalink Normal View History

{
"name": "crypttool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"wasm": "wasm-pack build ./wasm --target web",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.4",
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.1.1"
}
}