-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "editor",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "node vite.build.mjs",
"lint:fix": "eslint . --fix",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@remirror/extension-count": "^2.0.13",
"@remirror/extension-react-language-select": "^0.1.0",
"@remirror/pm": "^2.0.8",
"@remirror/react": "^2.0.35",
"@remirror/react-editors": "^1.0.41",
"class-names": "^1.0.0",
"classnames": "^2.5.1",
"marked": "^12.0.1",
"react": "^18.2.0",
"react-ace": "^11.0.1",
"react-dom": "^18.2.0",
"refractor": "^4.8.1",
"remirror": "^2.0.39",
"rimraf": "^5.0.5",
"turndown": "^7.1.3"
},
"devDependencies": {
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"patch-package": "^8.0.0",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}