mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
26 lines
747 B
JSON
26 lines
747 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"docker": "next build && mkdir -p .next/standalone/public/_next && cp -r .next/static .next/standalone/public/_next/ && mv .next/standalone ./build && rm -rf .next",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"beercss": "^3.5.1",
|
|
"material-dynamic-colors": "^1.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"next": "^14.2.2",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-next": "14.2.2",
|
|
"postcss": "^8"
|
|
}
|
|
}
|