aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-09 19:41:27 -0400
committerBobby <[email protected]>2023-05-09 19:41:27 -0400
commitca81030bd777ea04441f9b0cfc388e096f60a5a4 (patch)
tree8d67eaf74d81e5b5cb888d91624caa02a4f6c3de /package.json
downloadmafia-ca81030bd777ea04441f9b0cfc388e096f60a5a4.tar.xz
mafia-ca81030bd777ea04441f9b0cfc388e096f60a5a4.zip
Initial commit from Create Next App
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a27e81b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "mafia",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@types/node": "20.1.1",
+ "@types/react": "18.2.6",
+ "@types/react-dom": "18.2.4",
+ "autoprefixer": "10.4.14",
+ "eslint": "8.40.0",
+ "eslint-config-next": "13.4.1",
+ "next": "13.4.1",
+ "postcss": "8.4.23",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "tailwindcss": "3.3.2",
+ "typescript": "5.0.4"
+ }
+}