mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
Move src dir
This commit is contained in:
41
src/package.json
Normal file
41
src/package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start --hostname 0.0.0.0",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/loader": "^3.0.1",
|
||||
"@mdx-js/react": "^3.0.1",
|
||||
"@next/mdx": "^14.2.3",
|
||||
"@react-three/drei": "^9.102.6",
|
||||
"@react-three/fiber": "^8.15.19",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"framer-motion": "^11.0.14",
|
||||
"gray-matter": "^4.0.3",
|
||||
"mdx": "^0.3.1",
|
||||
"next": "14.1.3",
|
||||
"next-mdx-remote": "^5.0.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"react-icons": "^5.0.1",
|
||||
"react-intersection-observer": "^9.8.1",
|
||||
"rehype-highlight": "^7.0.0",
|
||||
"three": "^0.162.0",
|
||||
"typewriter-effect": "^2.21.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.14.1",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.1.3",
|
||||
"postcss": "^8.4.36",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user