wordle/package.json

24 lines
545 B
JSON
Raw Normal View History

2023-09-03 12:37:05 +02:00
{
"name": "openwordle",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"@types/node": "^20.5.9",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
2023-09-03 12:55:25 +02:00
"vite": "^4.4.5",
"vite-plugin-compression": "^0.5.1"
2023-09-03 12:37:05 +02:00
}
}