-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.94 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
65
66
67
68
69
{
"name": "blogit",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --config .prettierrc.json --write .",
"lint": "eslint ."
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/server": "^11.4.0",
"@monaco-editor/react": "^4.3.1",
"dayjs": "^1.10.7",
"hast-util-sanitize": "^4.0.0",
"lodash": "^4.17.21",
"monaco-themes": "^0.4.0",
"next": "^13.5.0",
"octokit": "^1.7.1",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-parse": "^8.0.3",
"rehype-react": "^7.0.4",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.2",
"remark-autolink-headings": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-slug": "^7.0.1",
"swr": "^1.2.0",
"unified": "^10.1.1",
"unist-util-visit": "^4.1.0",
"use-async-effect": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@emotion/babel-plugin": "^11.7.2",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/prettier": "^2.4.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/typescript-estree": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "^12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"lint-staged": "^12.3.2",
"monaco-editor": "^0.31.1",
"typescript": "^4.5.5"
},
"browserslist": [
"since 2017"
],
"license": "MIT"
}