forked from sampoder/personal-project-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
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
{
"name": "@lachlanjc/theme-starter",
"version": "0.0.1",
"author": "Lachlan Campbell (https://lachlanjc.com) <lachlanjc@hey.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.2.2",
"airtable-plus": "^1.0.4",
"github-slugger": "^1.3.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"next": "^10.2.2",
"react-animated-css": "^1.2.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-player": "^2.9.0",
"title": "^3.4.3",
"theme-ui": "^0.8.4",
"twemoji": "^13.0.2"
}
}