1 Star 0 Fork 0

peter peng/react-vtk-tsx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
peter peng 提交于 2022-12-15 18:04 . ts study
{
"name": "using-vtkjs-with-react-and-typescript",
"version": "1.0.0",
"description": "https://kitware.github.io/vtk-js/docs/vtk_react.html to ts",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@kitware/vtk.js": "26.0.0-beta.2",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.10.17",
"@types/three": "^0.146.0",
"antd": "^5.0.4",
"comlink": "^4.3.1",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.3",
"rhino": "^5.5.8",
"styled-components": "^5.3.6",
"three": "^0.147.0"
},
"devDependencies": {
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint-config-react-app": "^7.0.1",
"itk-image-io": "^1.0.0-b.18",
"itk-mesh-io": "^1.0.0-b.18",
"itk-wasm": "^1.0.0-b.18",
"react-redux": "^7.2.0",
"redux": "^4.2.0",
"redux-thunk": "^2.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": [
"react-app"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yi_peng2000/react-vtk-tsx.git
[email protected]:yi_peng2000/react-vtk-tsx.git
yi_peng2000
react-vtk-tsx
react-vtk-tsx
master

搜索帮助