mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
21 lines
360 B
JSON
21 lines
360 B
JSON
![]() |
{
|
||
|
"name": "plebdevs",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18",
|
||
|
"next": "14.0.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8",
|
||
|
"eslint-config-next": "14.0.4"
|
||
|
}
|
||
|
}
|