51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "editor",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.11.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@slate-yjs/core": "^1.0.0",
|
|
"@slate-yjs/react": "^1.0.0",
|
|
"@textbus/collaborate": "^3.3.3",
|
|
"@textbus/core": "^3.3.3",
|
|
"@textbus/platform-browser": "^3.3.3",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-react": "^1.0.6",
|
|
"ahooks": "^3.7.7",
|
|
"antd": "^5.5.1",
|
|
"classnames": "^2.3.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-router-dom": "^6.11.2",
|
|
"slate": "^0.94.1",
|
|
"slate-react": "^0.94.2",
|
|
"yjs": "^13.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"less": "^4.1.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"snabbdom": "^3.5.1"
|
|
}
|
|
}
|