mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
28 lines
561 B
JSON
28 lines
561 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": {
|
|
"chalk": "^5.3.0",
|
|
"classnames": "^2.3.2",
|
|
"eslint": "^8.46.0",
|
|
"fs-extra": "^11.1.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"next": "^13.4.19",
|
|
"phosphor-react": "^1.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.32.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-next": "^13.4.19"
|
|
}
|
|
}
|