aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 0000000..811ab8b
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "aleebot-web",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/react": "^4.1.3",
+ "@types/react": "^19.0.4",
+ "@types/react-dom": "^19.0.2",
+ "astro": "^5.1.5",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
+ }
+}