-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1022 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1022 Bytes
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
{
"name": "q-protocol-for-microscopes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"preview": "vite preview",
"start": "node server.ts",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.15.0",
"@noble/hashes": "^2.0.1",
"@tailwindcss/typography": "^0.5.19",
"d3": "^7.9.0",
"firebase-admin": "^13.7.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^9.1.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/express": "^5.0.6",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"express": "^5.2.1",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}