enprogreso/package.json

32 lines
736 B
JSON
Raw Normal View History

2023-04-30 20:39:57 +00:00
{
"name": "enprogreso",
"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.0.3",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.57.0",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2"
},
"dependencies": {
2023-04-30 22:08:46 +00:00
"date-fns": "^2.30.0",
"nanoid": "^4.0.2",
"svelt-yjs": "^1.1.0",
"y-indexeddb": "^9.0.10",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.0"
2023-04-30 20:39:57 +00:00
}
}