-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 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
{
"name": "next-with-mdx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@feedback-fish/react": "^1.2.1",
"@mdx-js/react": "^1.6.21",
"@tailwindcss/typography": "^0.2.0",
"autoprefixer": "^10.0.2",
"canvas-confetti": "^1.3.2",
"classnames": "^2.2.6",
"framer-motion": "^2.9.5",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "^3.1.0",
"mdx-embed": "0.0.14",
"next": "10.0.1",
"postcss": "^8.1.8",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.11.0",
"react-query": "^2.26.2",
"react-query-devtools": "^2.6.3",
"remark": "^12.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.2",
"remark-slug": "^6.0.0",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"@svgr/cli": "^5.4.0",
"@svgr/webpack": "^5.4.0",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"typescript": "^4.0.5"
}
}