27 lines
544 B
JSON
27 lines
544 B
JSON
{
|
|
"name": "with-next",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@status-im/react": "^0.1.1",
|
|
"next": "12.3.1",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.0 || ^17.0.0",
|
|
"@types/react-dom": "^16.8.0 || ^17.0.0",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|