-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "yummyweb-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.9",
"classnames": "^2.2.6",
"comma-number": "^2.0.1",
"date-fns": "^2.21.1",
"framer-motion": "^4.0.0",
"globby": "^11.0.3",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^3.1.0",
"lodash.debounce": "^4.0.8",
"mdx-prism": "^0.3.3",
"module-alias": "^2.2.2",
"next": "10.0.9",
"next-mdx-remote": "^2.1.4",
"next-themes": "^0.0.14",
"prettier": "^2.2.1",
"querystring": "^0.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"rss": "^1.2.2",
"sass": "^1.32.8",
"swr": "^0.5.4"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"dotenv": "^8.2.0",
"typescript": "^4.2.3"
}
}