You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
888 B
JSON

{
"name": "plantwiki-svelte",
"license": "CNPLv7+",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.4",
"@zerodevx/svelte-img": "^2.1.0",
"drab": "^4.1.4",
"sass": "^1.69.5",
"svelte": "^4.0.5",
"svelte-check": "^3.6.0",
"svelte-share-buttons-component": "^2.0.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vite-plugin-toml": "^0.6.0"
},
"type": "module",
"dependencies": {
"fp-ts": "^2.16.1",
"io-ts": "^2.2.20",
"slugify": "^1.6.6",
"svelte-markdown": "^0.4.0"
}
}