2022-02-23 14:32:08 +00:00
|
|
|
{
|
2022-10-10 20:26:44 +00:00
|
|
|
"name": "with-vite",
|
2022-06-28 14:40:39 +00:00
|
|
|
"type": "module",
|
2022-10-10 20:26:44 +00:00
|
|
|
"private": true,
|
2022-02-23 14:32:08 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2022-09-16 14:27:47 +00:00
|
|
|
"dev": "vite",
|
2022-10-10 20:26:44 +00:00
|
|
|
"build": "tsc && vite build",
|
2023-05-29 15:11:02 +00:00
|
|
|
"start": "vite preview",
|
|
|
|
"clean": "rimraf node_modules dist"
|
2022-02-23 14:32:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-10 20:26:44 +00:00
|
|
|
"@status-im/react": "^0.1.1",
|
2023-03-13 21:24:39 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2022-02-23 14:32:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-13 21:24:39 +00:00
|
|
|
"@types/react": "^18.0.28",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
2022-09-16 14:27:47 +00:00
|
|
|
"@vitejs/plugin-react": "^2.1.0",
|
2023-03-13 21:10:18 +00:00
|
|
|
"typescript": "^4.9.5",
|
2022-10-10 20:26:44 +00:00
|
|
|
"vite": "^3.1.7"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
2022-02-23 14:32:08 +00:00
|
|
|
}
|
|
|
|
}
|