-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.15 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
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"browserslist": [
">0.5%",
"not ie 11",
"not dead",
"not op_mini all"
],
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@heroicons/react": "^1.0.4",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@next/bundle-analyzer": "^12.1.4",
"chrome-aws-lambda": "^10.1.0",
"classnames": "2.3.1",
"daisyui": "^2.8.0",
"date-fns": "2.21.3",
"gray-matter": "4.0.3",
"highlight.js": "^11.4.0",
"install": "^0.13.0",
"jsdom": "^19.0.0",
"next": "^12",
"next-mdx-remote": "^4.0.0",
"next-themes": "^0.0.15",
"puppeteer-core": "^10.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"redis": "^4.0.3",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.1",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"remark-emoji": "2.2.0",
"remark-gfm": "^3.0.1",
"remark-html": "13.0.2",
"remark-math": "^5.1.1",
"remark-mdx": "^2.0.0",
"remark-rehype": "^10.1.0",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"remark-twemoji": "^0.1.1",
"swr": "^1.2.2",
"twemoji": "^14.0.1",
"typescript": "^4.6.2",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jsdom": "^16.2.14",
"@types/mdast": "^3.0.10",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/twemoji": "^12.1.2",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "^10.2.5",
"eslint": "^8",
"eslint-config-next": "latest",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.3.0",
"prettier": "^2.5.1",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"tailwindcss": "^3.0.22"
},
"license": "MIT"
}