-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
{
"name": "blog",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build"
},
"browserslist": [
"> 1%",
"last 2 version",
"not dead"
],
"dependencies": {
"clsx": "^1.1.1",
"dayjs": "^1.10.6",
"highlight.js": "^11.2.0",
"image-size": "^1.0.0",
"js-yaml": "^4.1.0",
"lowlight": "^2.2.0",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-parse": "^8.0.1",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^10.0.0",
"sharp": "^0.28.3",
"unified": "^10.1.0",
"unist-util-map": "^3.0.0",
"unist-util-visit": "^4.0.0",
"zod": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@types/hast": "^2.3.2",
"@types/image-size": "^0.8.0",
"@types/js-yaml": "^4.0.2",
"@types/mdast": "^3.0.7",
"@types/node": "^16.4.11",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/sharp": "^0.28.5",
"@types/tailwindcss": "^2.2.1",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"autoprefixer": "^10.3.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"next-transpile-modules": "^8.0.0",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"prettier": "^2.3.2",
"tailwind-variant.macro": "^0.0.2",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5"
}
}