mirror of
https://github.com/cupcakearmy/random-email.git
synced 2024-12-22 07:56:27 +00:00
25 lines
636 B
JSON
25 lines
636 B
JSON
{
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0-next.13",
|
|
"@sveltejs/kit": "^1.0.0-next.125",
|
|
"attractions": "^3.3.0",
|
|
"sass": "^1.35.2",
|
|
"svelte": "^3.34.0",
|
|
"svelte-check": "^2.0.0",
|
|
"svelte-preprocess": "^4.0.0",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^4.0.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"copy-to-clipboard": "^3.3.1"
|
|
}
|
|
}
|