edit package.json
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -27,14 +27,9 @@ |
| "deploy": "gh-pages -d example/build" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^18.0.0", | ||
| "katex": "^0.15.3", | ||
| "rc-upload": "^4.3.3", | ||
| "react-quill": "^1.3.5", | ||
| "sass": "^1.49.9" | ||
| "react": "^16.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "microbundle-crl": "^0.13.10", | ||
| "babel-eslint": "^10.0.3", | ||
| "cross-env": "^7.0.2", | ||
| "eslint": "^6.8.0", | ||
| ... | ... | @@ -48,6 +43,7 @@ |
| "eslint-plugin-react": "^7.17.0", | ||
| "eslint-plugin-standard": "^4.0.1", | ||
| "gh-pages": "^2.2.0", | ||
| "microbundle-crl": "^0.13.10", | ||
| "npm-run-all": "^4.1.5", | ||
| "prettier": "^2.0.4", | ||
| "react": "^16.13.1", | ||
| ... | ... | @@ -56,5 +52,12 @@ |
| }, | ||
| "files": [ | ||
| "dist" | ||
| ] | ||
| ], | ||
| "dependencies": { | ||
| "react": "^18.0.0", | ||
| "react-quill": "^1.3.5", | ||
| "sass": "^1.49.9", | ||
| "katex": "^0.15.3", | ||
| "rc-upload": "^4.3.3" | ||
| } | ||
| } |
Please
register
or
sign in
to comment