site/package.json
Matthew Stanciu 2279878e36 sdfggds
2020-04-23 20:48:52 -04:00

29 lines
710 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/icons": "^0.0.3",
"@hackclub/meta": "^0.1.0-alpha.0",
"@hackclub/theme": "^0.1.1",
"@mdx-js/loader": "^1.5.9",
"@next/mdx": "^9.3.5",
"airtable-plus": "^1.0.4",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"next": "^9.3.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-reveal": "^1.2.2",
"theme-ui": "^0.3.1"
}
}