2024-05-12 01:25:15 -07:00
|
|
|
{
|
2024-08-25 02:40:46 +00:00
|
|
|
"name": "portfolio",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2024-05-12 01:25:15 -07:00
|
|
|
"scripts": {
|
2024-10-31 03:52:06 +00:00
|
|
|
"prebuild": "pnpm lint && pnpm test",
|
2024-08-25 02:40:46 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2024-10-31 01:54:12 +00:00
|
|
|
"lint": "eslint src test --max-warnings 0",
|
2024-11-27 05:45:08 +00:00
|
|
|
"test": "op run --env-file=do.env --no-masking -- vitest run --coverage",
|
2024-11-18 19:23:27 +00:00
|
|
|
"koikatsu": "op run --env-file=do.env --no-masking -- tsx koikatsu.ts"
|
2024-05-12 01:25:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-25 02:40:46 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.6.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.6.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.6.0",
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.2",
|
2024-11-18 21:15:51 +00:00
|
|
|
"@pixiv/three-vrm": "3.1.6",
|
|
|
|
"@react-three/drei": "9.117.2",
|
|
|
|
"@react-three/fiber": "9.0.0-beta.1",
|
2024-10-30 23:02:42 +00:00
|
|
|
"next": "15.0.2",
|
2024-10-15 02:55:34 +00:00
|
|
|
"next-plausible": "3.12.2",
|
2024-09-25 16:16:54 -07:00
|
|
|
"react": "18.3.1",
|
2024-11-18 21:15:51 +00:00
|
|
|
"react-dom": "18.3.1",
|
|
|
|
"three": "0.170.0"
|
2024-05-12 01:25:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-18 19:23:27 +00:00
|
|
|
"@aws-sdk/client-s3": "3.693.0",
|
2024-10-30 23:02:42 +00:00
|
|
|
"@nhcarrigan/eslint-config": "5.0.0-rc2",
|
|
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
|
|
"@types/node": "22.8.4",
|
|
|
|
"@types/react": "18.3.12",
|
|
|
|
"@types/react-dom": "18.3.1",
|
2024-11-18 21:15:51 +00:00
|
|
|
"@types/three": "0.170.0",
|
2024-10-31 01:54:12 +00:00
|
|
|
"@vitest/coverage-istanbul": "2.1.4",
|
2024-10-30 23:02:42 +00:00
|
|
|
"eslint": "9.13.0",
|
2024-10-31 01:54:12 +00:00
|
|
|
"jsdom": "25.0.1",
|
2024-09-25 16:16:54 -07:00
|
|
|
"postcss": "8.4.47",
|
2024-10-30 23:02:42 +00:00
|
|
|
"tailwindcss": "3.4.14",
|
2024-11-18 19:23:27 +00:00
|
|
|
"tsx": "4.19.2",
|
2024-10-31 01:54:12 +00:00
|
|
|
"typescript": "5.6.3",
|
|
|
|
"vitest": "2.1.4"
|
2024-11-18 21:15:51 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
|
|
|
"next": "15.0.2"
|
2024-05-12 01:25:15 -07:00
|
|
|
}
|
|
|
|
}
|