mirror of
https://gitlab.com/serenetia/endpild-laman.git
synced 2025-03-15 08:55:53 +08:00
34 lines
768 B
JSON
34 lines
768 B
JSON
{
|
|
"name": "endfield",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3007",
|
|
"build": "next build",
|
|
"start": "next start -p 3007",
|
|
"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"
|
|
}
|
|
}
|