Additional setup

This commit is contained in:
Stephan
2022-09-30 22:19:24 +02:00
parent c48001f2d5
commit e76a4538c4
5 changed files with 17 additions and 3 deletions
+5 -1
View File
@@ -11,8 +11,12 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"framer-motion": "^7.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.1",
"storybook-addon-react-router-v6": "^0.2.1",
"vite-plugin-svgr": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",