status-frontend/package.json

38 lines
898 B
JSON
Raw Permalink Normal View History

2022-09-29 16:25:10 +02:00
{
"name": "status-frontend",
2022-09-29 16:30:24 +02:00
"version": "0.1.0",
"private": true,
2022-09-29 16:25:10 +02:00
"scripts": {
2022-09-29 16:30:24 +02:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
2022-10-18 21:52:14 +02:00
"type-check": "tsc --noEmit",
"test": "npm run lint"
2022-09-29 16:25:10 +02:00
},
"dependencies": {
2022-10-18 22:51:23 +02:00
"@oceanprotocol/art": "^3.2.0",
2023-11-29 12:40:05 +01:00
"@oceanprotocol/contracts": "^2.0.2",
2022-10-18 16:27:41 +02:00
"@oceanprotocol/typographies": "^0.1.0",
"@svgr/webpack": "^7.0.0",
2022-10-18 16:31:38 +02:00
"axios": "^1.1.3",
2022-09-30 12:16:56 +02:00
"dotenv": "^16.0.3",
2022-09-29 16:30:24 +02:00
"next": "12.3.1",
"react": "18.2.0",
2022-10-19 19:17:15 +02:00
"react-dom": "18.2.0",
2022-10-20 11:14:31 +02:00
"swr": "^1.3.0",
2022-10-19 19:17:15 +02:00
"tiny-relative-date": "^1.3.0"
2022-09-29 16:30:24 +02:00
},
"devDependencies": {
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "^8.25.0",
2022-09-29 16:30:24 +02:00
"eslint-config-next": "12.3.1",
2022-09-30 11:00:55 +02:00
"ethers": "^5.7.1",
"husky": "^7.0.0",
"pretty-quick": "^3.1.3",
2022-09-29 16:30:24 +02:00
"typescript": "4.8.4"
2022-09-29 16:25:10 +02:00
}
}