mentorenwahl/docker/frontend/package.json
Dominic Grimm 5e60a30676
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added license reference to package configs
2022-02-10 14:50:02 +01:00

26 lines
555 B
JSON

{
"name": "frontend",
"private": true,
"license": "GNU GPLv3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"graphql": "^16.3.0",
"js-cookie": "^3.0.1",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
"typescript": "4.5.5"
}
}