2022-03-08 14:43:12 +01:00
|
|
|
{
|
|
|
|
"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",
|
2024-09-18 03:21:13 +02:00
|
|
|
"next": "14.2.10",
|
2022-09-06 09:59:05 +02:00
|
|
|
"node-fetch": "^3.2.10",
|
2022-09-06 22:51:45 +02:00
|
|
|
"sass": "^1.52.3",
|
2022-03-08 14:43:12 +01:00
|
|
|
"react": "17.0.2",
|
2022-03-09 16:00:36 +01:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-notifications-component": "^3.4.1"
|
2022-03-08 14:43:12 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.21",
|
|
|
|
"@types/react": "17.0.39",
|
|
|
|
"eslint": "8.10.0",
|
|
|
|
"eslint-config-next": "12.1.0",
|
2024-06-24 17:41:28 +02:00
|
|
|
"typescript": "5.5.2"
|
2022-03-08 14:43:12 +01:00
|
|
|
}
|
2023-10-17 13:32:39 +02:00
|
|
|
}
|