mirror of https://github.com/mkrhere/pw2
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.
33 lines
669 B
33 lines
669 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.5.0",
|
|
"date-fns": "^2.25.0",
|
|
"framer-motion": "^4.1.17",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/rollup": "^5.5.0",
|
|
"@types/react": "^17.0.14",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@vitejs/plugin-react-refresh": "^1.3.5",
|
|
"react-scripts": "4.0.0",
|
|
"typescript": "^4.3.5",
|
|
"vite": "^2.4.3"
|
|
}
|
|
}
|
|
|