tasko-frontend/package.json

23 lines
438 B
JSON

{
"name": "task-o",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://git.wmi.amu.edu.pl/s412146/tasko-frontend.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"next": "^9.1.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}