aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 9 insertions, 28 deletions
diff --git a/package.json b/package.json
index d7ac3fc..d20aae9 100644
--- a/package.json
+++ b/package.json
@@ -1,34 +1,15 @@
{
"name": "personal-website",
- "version": "1.0.0",
- "main": "index.js",
- "repository": "https://github.com/Alee14/personal-website",
- "author": "Andrew Lee <alee14498@protonmail.com'>",
- "license": "GPL-3.0",
+ "type": "module",
+ "version": "0.0.1",
"scripts": {
- "dev": "next dev",
- "build": "next build",
- "export": "next build && next export",
- "start": "next build && next start",
- "lint": "next lint"
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
},
"dependencies": {
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
- "@fortawesome/free-brands-svg-icons": "^6.4.0",
- "@fortawesome/free-regular-svg-icons": "^6.4.0",
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
- "@fortawesome/react-fontawesome": "^0.2.0",
- "next": "^13.4.4",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "three": "^0.145.0"
- },
- "devDependencies": {
- "@vercel/analytics": "^1.0.1",
- "autoprefixer": "^10.4.14",
- "eslint": "^8.41.0",
- "eslint-config-next": "^13.4.4",
- "postcss": "^8.4.24",
- "tailwindcss": "^3.3.2"
+ "astro": "^4.0.5"
}
-}
+} \ No newline at end of file