-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "markdown-test-2022",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.2.1",
"easymde": "^2.18.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-simplemde-editor": "^5.2.0",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.1.1",
"rehype-stringify": "^9.0.3",
"remark-highlight.js": "^7.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"styled-breakpoints": "^11.1.1",
"styled-components": "^5.3.5",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "^4.8.2"
}
}