Gravwell-Online/web-svelte/package.json
2022-01-03 21:41:45 -07:00

28 lines
No EOL
640 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.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"dependencies": {
"sass": "^1.45.0",
"svelte-particles": "^1.20.5"
},
"peerDependencies": {
"common": "file:../common"
}
}