-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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
{
"name": "it-posting",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export ",
"deploy": "sh scripts/deploy.sh",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "18.15.13",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"globby": "11.0.4",
"gray-matter": "^4.0.3",
"hastscript": "^7.2.0",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-highlightjs": "^4.0.1",
"moment": "^2.29.4",
"next": "13.3.1",
"next-export-i18n": "^2.1.0",
"next-mdx-remote": "^4.4.1",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype": "^13.0.1",
"rehype-document": "^7.0.3",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^14.0.3",
"remark-directive": "^2.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sass": "^1.62.0",
"typescript": "5.0.4",
"unified": "^11.0.4",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@types/markdown-it-container": "^2.0.5"
}
}