-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
53
54
55
56
{
"name": "editor",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^0.1.4",
"@radix-ui/react-toolbar": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@remirror/core": "^1.3.3",
"@remirror/pm": "^1.0.6",
"@remirror/react": "^1.0.15",
"@stitches/react": "^1.2.6",
"hast-to-hyperscript": "^10.0.1",
"hast-util-to-html": "^8.0.3",
"hast-util-to-string": "^2.0.0",
"marked": "^4.0.8",
"next": "12.0.7",
"nookies": "^2.5.2",
"parse-numeric-range": "^1.3.0",
"polished": "^4.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^5.0.3",
"refractor": "^4.4.0",
"rehype-parse": "^8.0.3",
"remirror": "^1.0.56",
"unified": "^10.1.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/marked": "^4.0.1",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.14.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^2.4.1",
"typescript": "^4.5.4"
}
}