aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-14 15:52:47 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-14 15:52:47 -0800
commita7701e6183956531a6930fac484acb52e22baf85 (patch)
tree10d83f72b2586d1a0b8b99213ca0fa19f8ac7ae3 /package.json
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..5618b46
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "patchwork-karaoke",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "react": "^18",
+ "react-dom": "^18",
+ "next": "14.0.2"
+ },
+ "devDependencies": {
+ "typescript": "^5",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "autoprefixer": "^10.0.1",
+ "postcss": "^8",
+ "tailwindcss": "^3.3.0",
+ "eslint": "^8",
+ "eslint-config-next": "14.0.2"
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage