-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "blog-site",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.js",
"static": "next start && next build && next export"
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.16.7",
"@barba/core": "^2.9.7",
"@code-hike/mdx": "^0.3.0-next.29",
"@emotion/css": "^11.7.1",
"@emotion/primitives": "^11.0.0",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"babel-plugin-styled-components": "^2.0.6",
"contentlayer": "^0.2.1",
"gsap": "^3.9.1",
"html-entities": "^2.3.3",
"next": "^12.1.1",
"next-compose-plugins": "^2.2.1",
"next-contentlayer": "^0.2.1",
"next-seo": "^5.1.0",
"next-sitemap": "^2.5.7",
"next-themes": "^0.1.1",
"next-yaml": "^1.0.1",
"plaiceholder": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.0.3",
"rehype-highlight": "^5.0.2",
"rehype-img-size": "^1.0.1",
"rehype-prism-plus": "^1.3.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"unified": "^10.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@emotion/babel-plugin": "^11.7.2",
"@types/node": "17.0.17",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.14",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"isomorphic-dompurify": "^0.18.0",
"js-yaml": "^4.1.0",
"marked": "^4.0.12",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"twin.macro": "^2.8.2",
"typescript": "^4.5.5"
}
}