about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-02 23:54:15 +0200
commit39eac64b58fb2b1a25ed016bb9637e0bf3c01a11 (patch)
tree4fca914e01ed6dec7bc322f5f2e97814ed8dda4a /package.json
downloadfs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.gz
fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.tar.bz2
fs-tracer-frontend-39eac64b58fb2b1a25ed016bb9637e0bf3c01a11.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..921a43b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+  "name": "fs-tracer-frontend",
+  "private": true,
+  "version": "0.0.0",
+  "type": "module",
+  "scripts": {
+    "dev": "vite",
+    "build": "tsc && vite build",
+    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
+    "preview": "vite preview"
+  },
+  "dependencies": {
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0"
+  },
+  "devDependencies": {
+    "@types/react": "^18.2.66",
+    "@types/react-dom": "^18.2.22",
+    "@typescript-eslint/eslint-plugin": "^7.2.0",
+    "@typescript-eslint/parser": "^7.2.0",
+    "@vitejs/plugin-react": "^4.2.1",
+    "eslint": "^8.57.0",
+    "eslint-plugin-react-hooks": "^4.6.0",
+    "eslint-plugin-react-refresh": "^0.4.6",
+    "typescript": "^5.2.2",
+    "vite": "^5.2.0"
+  }
+}