summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-17 12:46:13 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-17 12:46:13 -0700
commit1482422f2f5b236cdcdff4429ae06bb55dca4083 (patch)
tree4653cb4986a8a138f84dbec934effb0d011751d3 /frontend/package.json
Add stack start and stop scripts
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
new file mode 100644
index 0000000..06e2abe
--- /dev/null
+++ b/frontend/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "prism-v2-frontend",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "lint": "eslint ."
+ },
+ "dependencies": {
+ "lucide-react": "^0.468.0",
+ "next": "^16.2.6",
+ "plotly.js": "^2.35.2",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
+ "react-plotly.js": "^2.6.0"
+ },
+ "devDependencies": {
+ "@types/node": "^22.10.5",
+ "@types/plotly.js": "^2.35.1",
+ "@types/react": "^19.0.2",
+ "@types/react-dom": "^19.0.2",
+ "@types/react-plotly.js": "^2.6.4",
+ "eslint": "^9.17.0",
+ "eslint-config-next": "^16.2.6",
+ "typescript": "^5.7.2"
+ }
+}