2022-03-05 09:57:20 -05:00
|
|
|
{
|
|
|
|
"name": "ui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "12.1.0",
|
|
|
|
"react": "17.0.2",
|
2022-03-16 21:46:20 -04:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"wretch": "^1.7.9"
|
2022-03-05 09:57:20 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.21",
|
|
|
|
"@types/react": "17.0.39",
|
|
|
|
"eslint": "8.10.0",
|
|
|
|
"eslint-config-next": "12.1.0",
|
|
|
|
"typescript": "4.6.2"
|
|
|
|
}
|
|
|
|
}
|