-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.73 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"dayjs": "^1.11.0",
"gray-matter": "^4.0.3",
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-remark": "^2.1.0",
"reflect-metadata": "^0.1.13",
"rehype": "^12.0.1",
"rehype-external-links": "^1.0.1",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.3.2",
"rehype-react": "^7.1.0",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.1",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-hint": "^1.0.10",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sharp": "^0.30.5",
"spdx-license-list": "^6.5.0",
"throttle-debounce": "^3.0.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/remark-hint": "^1.0.0",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.6.1",
"tsc-files": "^1.1.3",
"typescript": "4.6.3"
}
}