Init
This commit is contained in:
commit
ea1438363b
22 changed files with 529 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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",
|
||||
"appwrite": "^15.0.0",
|
||||
"astro": "^4.11.5",
|
||||
"node-appwrite": "^12.0.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
Reference in a new issue