Spaces:
Running
Running
File size: 1,129 Bytes
9b05cbd a6c2420 9b05cbd 73f2932 9b05cbd 51a15d4 02baa9b 9b05cbd c17048f 9b05cbd 02baa9b 9b05cbd ab180e6 9b05cbd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@elvis/ui": "github:joel-woodfield/elvis-ui",
"@tailwindcss/vite": "^4.1.18",
"comlink": "^4.4.2",
"plotly.js": "^3.3.1",
"plotly.js-dist": "^3.4.0",
"plotly.js-dist-min": "^3.3.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"react-plotly.js": "^2.6.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/plotly.js": "^3.0.9",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@types/react-plotly.js": "^2.6.4",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
}
|