Gravwell-Online/web-svelte/package.json
2022-07-23 19:29:26 -06:00

27 lines
No EOL
642 B
JSON

{
"name": "web-svelte",
"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": "^1.0.0-next.30",
"@tsconfig/svelte": "^2.0.1",
"svelte": "^3.49.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vite": "^3.0.2"
},
"dependencies": {
"sass": "^1.45.0",
"socket.io-client": "^4.4.0",
"svelte-particles": "^2.1.3",
"tsparticles": "^2.1.3"
}
}