aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-10-27 16:10:10 -0400
committerSebastien Castiel <sebastien@castiel.me>2023-10-27 16:10:10 -0400
commit1fd6e48807d455f66d9cd79db64cbf9e9f947c6c (patch)
tree527c8ee8dd82124f595c04d3a52e197de28097bc /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..e90bce5
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "spliit2",
+ "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.0"
+ },
+ "devDependencies": {
+ "typescript": "^5",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "autoprefixer": "^10",
+ "postcss": "^8",
+ "tailwindcss": "^3",
+ "eslint": "^8",
+ "eslint-config-next": "14.0.0"
+ }
+}