2024-01-22 20:52:38 +09:00
|
|
|
{
|
|
|
|
"name": "endfield",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-07-04 03:48:01 +07:00
|
|
|
"dev": "next dev",
|
2024-01-22 20:52:38 +09:00
|
|
|
"build": "next build",
|
2024-07-04 03:48:01 +07:00
|
|
|
"start": "next start",
|
2024-01-22 20:52:38 +09:00
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@chakra-ui/react": "^1.8.8",
|
|
|
|
"@emotion/react": "^11.9.0",
|
|
|
|
"@emotion/styled": "^11.8.1",
|
|
|
|
"core-js": "^3.24.1",
|
|
|
|
"framer-motion": "^6.3.1",
|
|
|
|
"jotai": "^1.6.4",
|
|
|
|
"next": "12.1.5",
|
|
|
|
"react": "18.0.0",
|
|
|
|
"react-dom": "18.0.0",
|
|
|
|
"three": "^0.143.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.25",
|
|
|
|
"@types/react": "18.0.6",
|
|
|
|
"@types/react-dom": "18.0.2",
|
|
|
|
"@types/three": "^0.143.0",
|
|
|
|
"eslint": "8.14.0",
|
|
|
|
"eslint-config-next": "12.1.5",
|
|
|
|
"sass": "^1.50.1",
|
|
|
|
"typescript": "4.6.3"
|
|
|
|
}
|
|
|
|
}
|