You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
628 B
JSON

{
"name": "studentsk-oborov-rada-it-ped-f-uk-v-praze",
"version": "1.0.0",
"private": true,
"description": "Studentská oborová rada IT PedF UK v Praze",
"author": "Flejk",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.6.2",
"gatsby-plugin-mdx": "^2.8.0",
"gatsby-source-filesystem": "^3.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}