dappconnect-sdks/examples/with-vite/package.json

27 lines
520 B
JSON
Raw Normal View History

{
"name": "with-vite",
"type": "module",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"start": "vite preview"
},
"dependencies": {
"@status-im/react": "^0.1.1",
2023-03-13 21:24:39 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2023-03-13 21:24:39 +00:00
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^2.1.0",
2023-03-13 21:10:18 +00:00
"typescript": "^4.9.5",
"vite": "^3.1.7"
},
"engines": {
"node": ">=16"
}
}