mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +01:00
36 lines
841 B
JSON
36 lines
841 B
JSON
{
|
|
"name": "status-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"@oceanprotocol/art": "^3.2.0",
|
|
"@oceanprotocol/contracts": "^1.1.7",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@svgr/webpack": "^6.5.0",
|
|
"axios": "^1.1.3",
|
|
"dotenv": "^16.0.3",
|
|
"next": "12.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.7.23",
|
|
"@types/react": "18.0.21",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "^8.25.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"ethers": "^5.7.1",
|
|
"husky": "^7.0.0",
|
|
"pretty-quick": "^3.1.3",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|