2020-01-13 12:11:47 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2020-01-13 22:34:56 +01:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
2020-01-13 12:54:17 +01:00
|
|
|
"@zeit/next-css": "^1.0.1",
|
2020-01-13 12:11:47 +01:00
|
|
|
"next": "^9.1.7",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0"
|
|
|
|
}
|
|
|
|
}
|