-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 KB
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
{
"name": "nodejs-fastapi-hello-world-app",
"version": "1.0.0",
"description": "A simple Node.js + FastAPI hello world app for Databricks Apps",
"private": true,
"type": "module",
"scripts": {
"build": "npm run build:frontend",
"build:frontend": "vite build frontend --emptyOutDir",
"dev": "vite frontend",
"deploy": "databricks apps deploy hello-frontend --source-code-path ."
},
"dependencies": {
"@cloudquery/cloud-ui": "^4.0.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/x-data-grid": "^8.9.1",
"@mui/x-data-grid-pro": "^8.9.1",
"@tanstack/react-query": "^5.83.0",
"mui-chips-input": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"packageManager": "pnpm@10.23.0"
}