forked from wirtzdan/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "new-website",
"version": "1.0.0",
"author": "Daniel Wirtz",
"dependencies": {
"@chakra-ui/react": "^1.2.1",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@next/mdx": "^10.0.3",
"airtable": "^0.10.1",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"framer-motion": "^3.1.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"heroicons-react": "^1.3.0",
"mdx-prism": "^0.3.1",
"next": "^10.0.3",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "^2.0.0",
"next-plausible": "^1.5.1",
"next-seo": "^4.17.0",
"phosphor-react": "^1.1.2",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-hook-form": "^6.13.1",
"react-palette": "^1.0.2",
"react-player": "^2.7.2",
"react-tweet-embed": "^1.2.2",
"reading-time": "^1.2.1",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"sharp": "^0.27.0",
"sort-isostring": "^1.0.0",
"swr": "^0.3.11",
"timeago.js": "^4.0.2",
"use-sound": "^2.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next dev",
"inspect": "NODE_OPTIONS='--inspect' next dev -p 5000"
}
}