-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 857 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
{
"name": "chrisdmacrae.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:vercel": "vercel dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chrisdmacrae/teditor": "^0.1.7",
"bootstrap": "^4.5.2",
"dotenv": "^8.2.0",
"gray-matter": "^4.0.3",
"next": "^10.0.3",
"react": "16.13.1",
"react-aria": "^0.9.5",
"react-dom": "16.13.1",
"react-markdown": "^6.0.2",
"react-three-fiber": "^4.2.20",
"remark": "^13.0.0",
"remark-footnotes": "2.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.2",
"remark-preset-lint-markdown-style-guide": "^3.0.1",
"slugify": "^1.4.5",
"vercel": "^19.1.1"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"typescript": "^3.9.5"
}
}