copying everything to v2

This commit is contained in:
rei
2023-03-17 23:37:15 +01:00
parent 4b7257c884
commit 0ba0a2057d
29 changed files with 3410 additions and 23 deletions

View File

@@ -3,16 +3,41 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@agentofuser/remark-oembed": "^1.0.4",
"@mavrin/remark-typograf": "^2.2.0",
"@react-three/drei": "^9.57.3",
"@react-three/fiber": "^8.12.0",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/node": "^18.15.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/three": "^0.149.0",
"framer-motion": "^10.6.0",
"gray-matter": "^4.0.3",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.5",
"react-router-dom": "6",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-emoji": "^3.1.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-smartypants": "^2.0.0",
"three": "^0.150.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},