forked from hackclub/all-aboard-tickets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@hackclub/theme-starter",
"version": "0.0.1",
"author": "Lachlan Campbell <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hackclub/meta": "^1.1.0",
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.4",
"@octokit/core": "^3.4.0",
"@slack/web-api": "^6.2.4",
"airtable-plus": "^1.0.4",
"chrome-aws-lambda": "^9.1.0",
"marked": "^2.0.7",
"next": "^10.2.3",
"palx": "^1.0.3",
"puppeteer-core": "^9.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tilt": "^0.1.4",
"theme-ui": "^0.9.1",
"twemoji": "^13.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.9",
"typescript": "^4.3.2"
}
}