tasko-frontend/package.json
2020-01-13 12:54:17 +01:00

24 lines
470 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": {
"@zeit/next-css": "^1.0.1",
"next": "^9.1.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}