Account-System-Demo/package.json

26 lines
569 B
JSON
Raw Normal View History

2024-07-16 02:05:26 -04:00
{
"name": "server-side-rendering",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@appwrite.io/pink": "^0.3.0",
"@appwrite.io/pink-icons": "^0.3.0",
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^8.1.0",
2024-07-16 05:18:14 -04:00
"appwrite": "15.0.0",
2024-07-16 02:05:26 -04:00
"astro": "^4.11.5",
"node-appwrite": "^12.0.0",
"typescript": "^5.3.3"
2024-07-16 05:18:14 -04:00
},
"devDependencies": {
"sass": "^1.77.8"
2024-07-16 02:05:26 -04:00
}
}