mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-26 19:55:04 -05:00
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"name": "pretendo",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "8.26.0",
|
|
"eslint-config-next": "13.0.1",
|
|
"next": "13.0.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|