site/package.json
Lachlan Campbell 3ea9a9befd Begin v3
2020-04-16 16:22:52 -04:00

22 lines
514 B
JSON
Executable file

{
"name": "@hackclub/theme-starter",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hackclub/meta": "^0.1.0-alpha.0",
"@hackclub/theme": "^0.1.0-alpha.0",
"@mdx-js/loader": "^1.5.8",
"@next/mdx": "^9.3.5",
"next": "^9.3.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "^0.3.1"
}
}