You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
706 B

{
"name": "pw2",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"dependencies": {
"@emotion/css": "^11.9.0",
"date-fns": "^2.28.0",
"framer-motion": "^6.3.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@svgr/rollup": "^6.2.1",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"react-scripts": "5.0.1",
"typescript": "^4.7.4",
"vite": "^2.9.12"
}
}