-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 896 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
{
"name": "com.react.framework.panel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build_hostscript.js && node build_main.js",
"build_host": "node build_hostscript.js",
"build_main": "node build_main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"esbuild": "^0.27.3",
"typescript": "^5.9.3"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.9",
"@preact/signals-react": "^3.9.1",
"@types/es6-promise": "^0.0.33",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1"
}
}