fabianad commited on
Commit
c0af3ae
·
verified ·
1 Parent(s): 67a56cc

Upload package.json

Browse files
Files changed (1) hide show
  1. package.json +28 -0
package.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "workspace",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "keywords": [],
9
+ "author": "",
10
+ "license": "ISC",
11
+ "description": "",
12
+ "dependencies": {
13
+ "@emotion/react": "^11.14.0",
14
+ "@emotion/styled": "^11.14.0",
15
+ "@mui/icons-material": "^6.4.4",
16
+ "@mui/material": "^6.4.4",
17
+ "@types/react": "^19.0.8",
18
+ "@types/react-dom": "^19.0.3",
19
+ "@types/react-plotly.js": "^2.6.3",
20
+ "@types/react-router-dom": "^5.3.3",
21
+ "axios": "^1.7.9",
22
+ "react": "^19.0.0",
23
+ "react-dom": "^19.0.0",
24
+ "react-plotly.js": "^2.6.0",
25
+ "react-router-dom": "^7.1.5",
26
+ "typescript": "^5.7.3"
27
+ }
28
+ }