aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
commit4afdb7370dcc8df71c648eb76a7e126cb888e65c (patch)
tree70d90bf64f5efb19997f115ee6d9317005c34473 /package.json
downloadalure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.gz
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.bz2
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.zip
Initial commit from Create Next App
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9467757
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "alure-post",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev --turbopack",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "next": "15.3.3"
+ },
+ "devDependencies": {
+ "typescript": "^5",
+ "@types/node": "^20",
+ "@types/react": "^19",
+ "@types/react-dom": "^19",
+ "@tailwindcss/postcss": "^4",
+ "tailwindcss": "^4",
+ "eslint": "^9",
+ "eslint-config-next": "15.3.3",
+ "@eslint/eslintrc": "^3"
+ }
+}