substance-arbitrager/package.json
2024-07-14 19:24:52 +02:00

26 lines
554 B
JSON

{
"name": "substance-arbitrager",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/tailwind": "^5.1.0",
"@orbitdb/core": "^2.2.0",
"astro": "^4.11.5",
"dexie": "^4.0.7",
"nanostores": "^0.10.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"devDependencies": {
"daisyui": "^4.12.10"
}
}