All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 5s
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "portfolio-2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "10.0.0",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/react": "^1.6.1",
|
|
"@react-spring/three": "^9.7.5",
|
|
"@react-spring/web": "^9.7.5",
|
|
"@react-three/drei": "^10.0.7",
|
|
"@react-three/fiber": "^9.1.2",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"awesome-ajv-errors": "^5.1.0",
|
|
"lodash": "^4.17.21",
|
|
"next": "15.3.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-pdf": "^9.2.1",
|
|
"three": "^0.175.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/lodash": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/three": "^0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.0",
|
|
"tailwindcss": "^4",
|
|
"tailwindcss-text-fill-stroke": "^2.0.0-beta.3",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
|
|
}
|