-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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": "decanter-v7",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "contentlayer build",
"build": "next build",
"build:next": "next build",
"build:content": "contentlayer build",
"start": "next start",
"lint": "eslint \"**/*.{ts,tsx,js,jsx}\"",
"lint:fix": "eslint \"**/*.{ts,tsx,js,jsx}\" --quiet --fix",
"tsc": "tsc"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.5",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.14.7",
"@next/third-parties": "^14.2.7",
"cnbuilder": "^3.1.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"decanter": "^7.1.1",
"next": "^13.4.19",
"next-contentlayer": "^0.3.4",
"react": "^18",
"react-dom": "^18",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-plus": "^1.6.3",
"remark-code-titles": "^0.1.2",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.19",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.29",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"engines": {
"node": ">=20.0.0"
}
}