chore: revert package.json.txt
This commit is contained in:
parent
90816a2856
commit
162e7c2c54
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "react-ts",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "tsc && vite build",
|
||||||
|
"serve": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"react": "^17.0.2",
|
||||||
|
"react-dom": "^17.0.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "^17.0.33",
|
||||||
|
"@types/react-dom": "^17.0.10",
|
||||||
|
"@vitejs/plugin-react": "^1.0.7",
|
||||||
|
"typescript": "^4.4.4",
|
||||||
|
"vite": "^2.6.13"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue