aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/package.json
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:23:44 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:23:44 +0100
commit24a505d2f7c47b837d4ada2569576af594975fce (patch)
treea9bf16ada4d323d6763293142f9723953079ac1d /174bg/website/package.json
parent02b47120435f7953c5578f70f541d98a718e12bc (diff)
downloadunnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.gz
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.bz2
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.xz
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.zip
website w/ docker!
Diffstat (limited to '174bg/website/package.json')
-rw-r--r--174bg/website/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/174bg/website/package.json b/174bg/website/package.json
new file mode 100644
index 0000000..118ae0d
--- /dev/null
+++ b/174bg/website/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "website-nextjs",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "eslint"
+ },
+ "dependencies": {
+ "next": "16.2.12",
+ "react": "19.2.4",
+ "react-dom": "19.2.4"
+ },
+ "devDependencies": {
+ "@tailwindcss/postcss": "^4",
+ "babel-plugin-react-compiler": "1.0.0",
+ "eslint": "^9",
+ "eslint-config-next": "16.2.12",
+ "prettier": "^3.9.6",
+ "tailwindcss": "^4"
+ }
+}