summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-27 09:44:54 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-27 09:44:54 +0700
commitd0eed645a4276c182d373b00e2b383e0ed190ed7 (patch)
tree9ad8d33afcae7b2e9711989859c0535893864856 /package.json
parentaba7a8d3e7df1f07285de6cd3b2a5f221a1cd535 (diff)
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..e280d3e9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "next-indoteknik",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "next": "13.0.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0"
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.12",
+ "eslint": "8.26.0",
+ "eslint-config-next": "13.0.0",
+ "postcss": "^8.4.18",
+ "tailwindcss": "^3.2.1"
+ }
+}