mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"licenses": "license-checker --summary > licenses.csv"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0-next.26",
|
|
"@sveltejs/kit": "^1.0.0-next.231",
|
|
"svelte": "^3.46.2",
|
|
"svelte-intl-precompile": "^0.8.0",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.7.12"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/fira-mono": "^4.5.0",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"file-saver": "^2.0.5",
|
|
"pretty-bytes": "^5.6.0"
|
|
}
|
|
}
|