forked from emotion-js/emotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "emotion-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build && next export",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@babel/standalone": "^7.18.7",
"@docsearch/css": "^3.1.1",
"@docsearch/react": "^3.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^12.2.0",
"@types/babel__standalone": "^7.1.4",
"@types/js-yaml": "^4.0.5",
"@types/node": "^12.20.37",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.9",
"@types/remark-prism": "^1.3.3",
"facepaint": "^1.2.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"next": "^12.2.0",
"next-mdx-remote": "^4.0.3",
"prism-react-renderer": "^1.3.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-simple-code-editor": "^0.11.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
"sharp": "^0.30.7",
"typescript": "^4.5.5",
"unist-util-visit": "^4.1.0"
}
}