summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-10-31 15:19:59 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-10-31 15:19:59 +0700
commit5d5401ae36e7e0c8eb38ccd943c1aa44a9573d35 (patch)
treeb0767c523e097a4612bd8026b5952c41f446e39a /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..90396ea
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "fin-stockopname",
+ "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": "13.5.6"
+ },
+ "devDependencies": {
+ "typescript": "^5",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "autoprefixer": "^10",
+ "postcss": "^8",
+ "tailwindcss": "^3",
+ "eslint": "^8",
+ "eslint-config-next": "13.5.6"
+ }
+}