Add wasm-mutator-fuzz test (#3420)
This commit is contained in:
27
tests/fuzz/wasm-mutator-fuzz/portal/package.json
Normal file
27
tests/fuzz/wasm-mutator-fuzz/portal/package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user