diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
| commit | a0485ad26353a08562c13c14ea9de73fd705f9de (patch) | |
| tree | 1bc499c572e3642b769f7391f493d972a8a749d9 /package.json | |
| parent | 0349923dd0a970f009ce7ca54881f8c398c67100 (diff) | |
| download | personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2 personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip | |
Initial Rewrite
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 37 |
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 |
