mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-25 03:05:37 -05:00
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "pretendo",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "^13.0.1",
|
|
"chalk": "^5.1.2",
|
|
"classnames": "^2.3.2",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-next": "13.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"next": "13.0.1",
|
|
"phosphor-react": "^1.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.31.2"
|
|
}
|
|
}
|