DocSpace-client/packages/shared/package.json

179 lines
6.0 KiB
JSON

{
"name": "@docspace/shared",
"version": "2.6.1",
"private": true,
"scripts": {
"build": "echo 'skip it'",
"clean": "echo 'skip it'",
"deploy": "echo 'skip it'",
"start": "echo 'skip it'",
"start-prod": "echo 'skip it'",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 8082",
"storybook-build": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"storybook-serve": "serve storybook-static -p 8082",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@loadable/component": "^5.15.3",
"@react-spring/web": "^9.7.1",
"@use-gesture/react": "^10.2.24",
"attr-accept": "^2.2.2",
"axios": "^0.22.0",
"cnbuilder": "^3.1.0",
"cross-fetch": "3.1.5",
"csvjson-json_beautifier": "^5.0.4",
"email-addresses": "^3.1.0",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"global": "^4.4.0",
"html-to-react": "^1.5.0",
"i18next": "^20.6.1",
"lodash": "4.17.21",
"luxon": "^3.4.0",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"prop-types": "^15.8.1",
"query-string": "7.1.3",
"rc-tree": "^5.7.3",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-autosize-textarea": "^7.1.0",
"react-content-loader": "^5.1.4",
"react-countdown": "2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-dropzone": "^11.7.1",
"react-hammerjs": "^1.0.1",
"react-i18next": "^13.2.1",
"react-lifecycles-compat": "^3.0.4",
"react-onclickoutside": "^6.13.0",
"react-player": "^1.15.3",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-scrollbars-custom": "^4.1.1",
"react-svg": "^16.1.33",
"react-text-mask": "^5.5.0",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.23.0",
"react-transition-group": "^4.4.5",
"react-viewer": "^3.2.2",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.8",
"resize-image": "^0.1.0",
"screenfull": "^5.2.0",
"sjcl": "^1.0.8",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.9",
"utif": "^3.1.0",
"workbox-window": "^6.5.4",
"zoom-level": "^2.5.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@emotion/babel-preset-css-prop": "^10.2.1",
"@emotion/styled": "^10.3.0",
"@react-theming/storybook-addon": "^1.1.10",
"@storybook/addon-actions": "7.6.12",
"@storybook/addon-contexts": "^5.3.21",
"@storybook/addon-controls": "7.6.12",
"@storybook/addon-docs": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/addon-mdx-gfm": "7.6.12",
"@storybook/addon-viewport": "7.6.12",
"@storybook/addons": "7.6.12",
"@storybook/components": "7.6.12",
"@storybook/manager-api": "7.6.12",
"@storybook/react": "7.6.12",
"@storybook/react-webpack5": "7.6.12",
"@svgr/rollup": "^5.5.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@types/element-resize-detector": "^1.1.6",
"@types/eslint": "^8.44.7",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.3.1",
"@types/node": "^20.9.4",
"@types/react": "^18.2.53",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-transition-group": "^4.4.9",
"@types/react-virtualized": "^9.21.29",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/sjcl": "^1.0.34",
"@types/utif": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-react-app": "^9.1.2",
"copy-webpack-plugin": "6.4.1",
"cross-env": "^6.0.3",
"css-loader": "^6.7.3",
"enzyme": "^3.11.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"i18next-http-backend": "^2.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"postcss": "^7.0.39",
"prettier": "^3.1.0",
"react-docgen-typescript-plugin": "^1.0.5",
"react-json-pretty": "^2.2.0",
"react-values": "^0.3.3",
"sass-loader": "^13.2.1",
"serve": "^14.2.0",
"storybook": "7.6.12",
"storybook-addon-designs": "beta",
"storybook-dark-mode": "^3.0.3",
"style-loader": "^3.3.2",
"svg-inline-loader": "^0.8.2",
"ts-migrate": "^0.1.35",
"ts-node": "^10.9.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}