-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "yui-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next-remote-watch ./data",
"dev": "next dev",
"build": "next build",
"server": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"add": "^2.0.6",
"boxicons": "^2.0.9",
"chroma-js": "^2.1.2",
"d3": "^7.1.1",
"date-fns": "^2.24.0",
"esbuild": "^0.12.28",
"framer-motion": "^4.1.17",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^2.0.0",
"js-base64": "^3.7.2",
"mdx-bundler": "^6.0.1",
"next": "12.0.1",
"next-themes": "^0.0.15",
"preact": "^10.6.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.2.0",
"react-scroll": "^1.8.3",
"react-tooltip": "^4.2.21",
"react-use-measure": "^2.0.4",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.1",
"rehype-prism-plus": "^1.0.0",
"rehype-slug": "^5.0.0",
"remark-directive": "^2.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^2.0.0",
"remark-math": "^5.1.0",
"sharp": "^0.29.1",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.1.0",
"@types/chroma-js": "^2.1.3",
"@types/d3": "^7.1.0",
"@types/react": "17.0.19",
"@types/react-scroll": "^1.8.3",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"file-loader": "^6.2.0",
"next-remote-watch": "^1.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.6",
"typescript": "4.3.5"
}
}