-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 777 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
{
"name": "my-miro-app-v4",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.17.1",
"@lanred/gibberish-detective": "^1.0.4",
"@mui/material": "^6.0.1",
"@mui/x-charts": "^7.15.0",
"ag-grid-react": "^32.1.0",
"dotenv": "^16.4.5",
"gibberish-detective": "^1.1.1",
"mirotone": "5",
"randomcolor": "^0.6.2",
"rc-slider": "^11.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"vite": "3.0.3"
}
}