FunctionProject/frontend/package.json
Divlo 5edf5e7069 frontend: Affichage dynamique des fonctions
TODO: Rendre fonctionnel la rechercher et le tri par catégorie
2020-03-20 18:26:55 +01:00

19 lines
363 B
JSON

{
"name": "functionproject-next",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next export"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"next": "9.3.1",
"next-fonts": "^1.0.3",
"react": "16.13.0",
"react-dom": "16.13.0"
}
}