mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"licenses": "npx license-checker --summary > licenses.csv"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "next",
|
|
"@sveltejs/kit": "next",
|
|
"svelte": "^3.44.1",
|
|
"svelte-preprocess": "^4.9.8",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^2.6.14"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource/fira-mono": "^4.5.0",
|
|
"copy-to-clipboard": "^3.3.1"
|
|
}
|
|
}
|