portfolio/package.json

23 lines
518 B
JSON
Raw Normal View History

2022-06-14 20:42:31 +00:00
{
2022-06-30 13:13:58 +00:00
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
2022-06-14 20:42:31 +00:00
"scripts": {
2022-06-30 13:13:58 +00:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
2022-06-14 20:42:31 +00:00
},
"devDependencies": {
2022-06-30 13:13:58 +00:00
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tsconfig/svelte": "^2.0.1",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.9"
2022-06-14 20:42:31 +00:00
}
}