budibase/examples/nextjs-api-sales/package.json

28 lines
598 B
JSON
Raw Normal View History

{
"name": "nextjs-api-sales",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bulma": "^0.9.3",
"next": "14.2.10",
"node-fetch": "^3.2.10",
"sass": "^1.52.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notifications-component": "^3.4.1"
},
"devDependencies": {
2024-12-09 12:44:49 +01:00
"@types/node": "^20.17.9",
"@types/react": "17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
2024-12-05 16:06:49 +01:00
"typescript": "5.7.2"
}
2023-10-17 13:32:39 +02:00
}