DocSpace-client/packages/components/package.json

120 lines
4.1 KiB
JSON
Raw Normal View History

{
"name": "@docspace/components",
2023-09-04 13:43:24 +00:00
"version": "1.1.3",
2020-12-01 11:49:17 +00:00
"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"
},
"dependencies": {
2023-03-23 15:55:49 +00:00
"@react-spring/web": "^9.7.1",
"@use-gesture/react": "^10.2.24",
"attr-accept": "^2.2.2",
2023-01-20 15:12:47 +00:00
"csvjson-json_beautifier": "^5.0.4",
"email-addresses": "^3.1.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^4.1.17",
2023-03-23 15:55:49 +00:00
"html-to-react": "^1.5.0",
"lodash": "4.17.21",
2023-08-17 07:28:00 +00:00
"luxon": "^3.4.0",
2023-03-23 15:55:49 +00:00
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"punycode": "^2.3.0",
"rc-tree": "^5.7.3",
"react-autosize-textarea": "^7.1.0",
2023-03-23 15:55:49 +00:00
"react-countdown": "2.3.5",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.17.0",
2023-03-23 15:55:49 +00:00
"react-dropzone": "^11.7.1",
"react-lifecycles-compat": "^3.0.4",
2023-03-23 15:55:49 +00:00
"react-onclickoutside": "^6.13.0",
"react-scrollbars-custom": "^4.1.1",
"react-svg": "^12.1.0",
2023-03-23 15:55:49 +00:00
"react-text-mask": "^5.5.0",
"react-toastify": "^7.0.4",
2023-09-05 09:14:37 +00:00
"react-tooltip": "^5.21.1",
2023-03-23 15:55:49 +00:00
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.3",
2023-03-23 15:55:49 +00:00
"react-window": "^1.8.8",
"resize-image": "^0.1.0"
},
2021-03-01 14:35:38 +00:00
"devDependencies": {
2023-03-23 15:55:49 +00:00
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.8",
2023-03-23 15:55:49 +00:00
"@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",
2023-08-03 17:54:09 +00:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2023-03-23 15:55:49 +00:00
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.21.5",
2023-03-23 15:55:49 +00:00
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@emotion/babel-preset-css-prop": "^10.2.1",
2023-03-23 15:55:49 +00:00
"@emotion/styled": "^10.3.0",
"@react-theming/storybook-addon": "^1.1.10",
2023-06-26 07:34:10 +00:00
"@storybook/addon-actions": "7.0.23",
"@storybook/addon-contexts": "^5.3.21",
2023-06-26 07:34:10 +00:00
"@storybook/addon-controls": "7.0.23",
"@storybook/addon-docs": "7.0.23",
"@storybook/addon-essentials": "7.0.23",
"@storybook/addon-links": "7.0.23",
"@storybook/addon-mdx-gfm": "7.0.23",
"@storybook/addon-viewport": "7.0.23",
"@storybook/addons": "^7.0.23",
"@storybook/manager-api": "^7.0.23",
"@storybook/react": "7.0.23",
"@storybook/react-webpack5": "7.0.23",
"@svgr/rollup": "^5.5.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/react": "^9.5.0",
"@types/jest": "^24.9.1",
2023-08-17 07:28:00 +00:00
"@types/luxon": "^3.3.1",
2021-03-10 08:11:32 +00:00
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
2021-09-08 14:40:31 +00:00
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
2023-03-23 15:55:49 +00:00
"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",
2023-03-23 15:55:49 +00:00
"copy-webpack-plugin": "6.4.1",
"cross-env": "^6.0.3",
2023-03-13 11:58:28 +00:00
"css-loader": "^6.7.3",
"enzyme": "^3.11.0",
2023-03-23 15:55:49 +00:00
"eslint": "^8.36.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-react": "^7.32.2",
2023-05-22 09:59:13 +00:00
"eslint-plugin-storybook": "^0.6.12",
"i18next-http-backend": "^2.2.2",
"jest": "^24.9.0",
"jest-enzyme": "^7.1.2",
"jest-junit": "^10.0.0",
2023-03-23 15:55:49 +00:00
"jest-styled-components": "^7.1.1",
"postcss": "^7.0.39",
"prettier": "2.8.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-pretty": "^2.2.0",
"react-values": "^0.3.3",
2023-03-23 15:55:49 +00:00
"sass-loader": "^13.2.1",
"serve": "^14.2.0",
2023-06-26 07:34:10 +00:00
"storybook": "7.0.23",
2023-06-26 13:18:00 +00:00
"storybook-addon-designs": "beta",
2023-06-21 11:12:16 +00:00
"storybook-dark-mode": "^3.0.0",
2023-03-23 15:55:49 +00:00
"style-loader": "^3.3.2",
"styled-components": "^5.3.9",
"svg-inline-loader": "^0.8.2"
2020-12-01 11:49:17 +00:00
}
}