diff --git a/playground/package.json b/playground/package.json index 0d0d33718..97f3c2d94 100644 --- a/playground/package.json +++ b/playground/package.json @@ -7,69 +7,32 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ant-design/colors": "^8.0.0", - "@ant-design/compatible": "^5.1.1", - "@ant-design/cssinjs": "^1.9.1", "@ant-design/icons": "^6.0.0", - "@ant-design/pro-layout": "^7.13.3", "@craco/craco": "^7.1.0", - "@devbookhq/ui": "^1.0.24", "@dnd-kit/core": "^6.0.8", - "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", - "@fontsource/red-hat-display": "^5.0.5", - "@fortawesome/react-fontawesome": "^3.0.2", - "@icon/linearicons": "^1.0.2-alpha.2", - "@material-ui/core": "^4.12.3", - "@material-ui/icons": "^4.11.2", "@monaco-editor/react": "4.7.0", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^16.2.0", - "@testing-library/user-event": "^14.4.3", "@vercel/analytics": "^1.3.1", "@vercel/blob": "^2.0.0", "@vercel/speed-insights": "^1.0.12", "allotment": "^1.19.3", "antd": "^5.4.7", - "as-bind": "^0.8.2", - "assemblyscript": "^0.28.1", "axios": "^1.2.2", "craco-less": "^3.0.1", - "dynamic-antd-theme": "^0.8.5", - "formik": "^2.2.9", - "formik-antd": "^2.0.4", "js-yaml": "^4.1.0", - "less": "^4.1.3", - "less-loader": "^12.2.0", - "moment": "^2.29.1", "monaco-editor": "0.53.0", "monaco-editor-webpack-plugin": "^7.1.0", "monaco-yaml": "^5.2.2", - "primereact": "^10.0.9", - "query-string": "^9.1.1", "react": "^19.0.0", - "react-color": "^2.19.3", - "react-copy-to-clipboard": "^5.1.0", "react-dom": "^19.0.0", "react-graph-vis": "^1.0.7", "react-hot-toast": "^2.1.0", - "react-infinite-scroll-component": "^6.1.0", - "react-moment": "^1.1.1", - "react-router": "7.8.2", "react-router-dom": "^7.1.3", "react-scripts": "^5.0.1", - "react-simple-code-editor": "^0.14.1", - "react-vis": "^1.11.12", - "react-wasm": "^1.0.1", - "typescript": "^5.0.3", - "use-as-bind": "^0.1.0", - "uuid": "^11.0.5", "web-vitals": "^5.0.2", "webpack": "^5.88.2", - "worker-loader": "^3.0.8", - "xterm": "^5.2.1", - "xterm-addon-fit": "^0.8.0", - "yup": "^1.0.2", "zustand": "^5.0.3" }, "scripts": { @@ -103,6 +66,7 @@ "craco-alias": "^3.0.1", "dotenv": "^17.0.0", "eslint-import-resolver-alias": "^1.1.2", - "eslint-plugin-import": "^2.29.1" + "eslint-plugin-import": "^2.29.1", + "typescript": "^5.0.3" } }