mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
28 lines
604 B
JSON
28 lines
604 B
JSON
|
{
|
||
|
"name": "my-react",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ant-design/icons": "^4.7.0",
|
||
|
"antd": "^4.22.8",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"react-highlight-words": "^0.18.0",
|
||
|
"react-router-dom": "^6.3.0",
|
||
|
"scripts": "^0.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^18.0.17",
|
||
|
"@types/react-dom": "^18.0.6",
|
||
|
"@vitejs/plugin-react": "^2.0.1",
|
||
|
"typescript": "^4.6.4",
|
||
|
"vite": "^3.0.7"
|
||
|
}
|
||
|
}
|