-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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": "notes-site",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"export": "next build && next export",
"start": "next start"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",
"@tailwindcss/typography": "^0.2.0",
"autoprefixer": "^9.8.6",
"directory-tree": "^2.2.4",
"gray-matter": "^4.0.2",
"katex": "^0.12.0",
"next": "^9.5.3",
"next-mdx-remote": "^1.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rehype-katex": "^4.0.0",
"remark": "^12.0.1",
"remark-autolink-headings": "^6.0.1",
"remark-emoji": "^2.1.0",
"remark-html": "^12.0.0",
"remark-math": "^3.0.1",
"remark-slug": "^6.0.0",
"retext": "^7.0.1",
"retext-smartypants": "^4.0.0",
"tailwindcss": "^1.8.10",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"nextjs-sitemap-generator": "^1.1.1",
"prettier": "^2.1.2",
"prettier-plugin-package": "^1.0.0"
}
}