1eb0df97f1
* Fix on context menu for folder * Make it works for My Drive * Fix downloading folder in the shared view --------- Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
288 lines
9.3 KiB
JSON
288 lines
9.3 KiB
JSON
{
|
|
"name": "tdrive",
|
|
"version": "2020.3.107",
|
|
"repository": "https://github.com/Tdrive/Tdrive",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev:frontend": "craco start",
|
|
"dev:tailwind": "npx tailwindcss -i ./src/tailwind.css -o ./public/styles/tailwind.css --watch",
|
|
"dev:start": "concurrently \"npm run dev:frontend\" \"npm run dev:tailwind\"",
|
|
"dev:test": "craco test",
|
|
"dev:prettier": "prettier --write src/",
|
|
"dev:linter": "eslint src/",
|
|
"test": "CI=true craco test --passWithNoTests",
|
|
"start": "npm run dev:start",
|
|
"build": "npm run build-storybook && CI=false craco --max_old_space_size=4096 --optimize-for-size build",
|
|
"build-storybook": "build-storybook -o public/storybook",
|
|
"storybook": "concurrently \"start-storybook -p 6006 -s public\" \"npm run dev:tailwind\""
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "eslint-config-react-app-eslint-six",
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.stories.*"
|
|
],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx,ts,tsx}",
|
|
"!src/**/*.d.ts"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
|
|
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
|
|
"^.+\\.module\\.(css|sass|scss)$"
|
|
]
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"react-app"
|
|
],
|
|
"plugins": [
|
|
"syntax-trailing-function-commas"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.2.2",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@babel/preset-es2017": "^7.0.0-beta.53",
|
|
"@craco/craco": "^6.4.3",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@fullcalendar/core": "4.4.2",
|
|
"@fullcalendar/daygrid": "4.4.2",
|
|
"@fullcalendar/interaction": "4.4.2",
|
|
"@fullcalendar/list": "4.4.2",
|
|
"@fullcalendar/moment": "4.4.2",
|
|
"@fullcalendar/moment-timezone": "4.4.2",
|
|
"@fullcalendar/react": "4.4.2",
|
|
"@fullcalendar/timegrid": "4.4.2",
|
|
"@headlessui/react": "^1.6.4",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@iconscout/react-unicons": "^1.1.5",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/styles": "^4.10.0",
|
|
"@paralleldrive/feature-toggles": "^1.0.4",
|
|
"@paralleldrive/react-feature-toggles": "^2.3.1",
|
|
"@sentry/browser": "^5.19.0",
|
|
"@stripe/react-stripe-js": "^1.0.3",
|
|
"@stripe/stripe-js": "^1.0.3",
|
|
"@svgr/webpack": "4.3.3",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/crypto-js": "^3.1.43",
|
|
"@types/emoji-mart": "^3.0.2",
|
|
"@types/emojione": "^2.2.6",
|
|
"@types/enzyme": "^3.10.7",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/node": "^12.20.46",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@types/react-redux": "^7.1.7",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/react-test-renderer": "^16.9.3",
|
|
"@types/redux": "^3.6.31",
|
|
"@types/semaphore": "^1.1.0",
|
|
"@types/socket.io-client": "^1.4.34",
|
|
"@types/tailwindcss": "^3.0.10",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"anchorme": "1.1.2",
|
|
"animated-scroll-to": "^2.0.12",
|
|
"antd": "^4.18.7",
|
|
"assert": "^2.0.0",
|
|
"await-lock": "^2.2.2",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2017": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-react-app": "^9.1.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"camelcase": "^5.3.1",
|
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
|
"classnames": "^2.3.1",
|
|
"concurrently": "^7.2.1",
|
|
"craco-less": "^2.0.0",
|
|
"crypto-js": "^4.0.0",
|
|
"css-loader": "3.6.0",
|
|
"custom-protocol-check": "^1.3.0",
|
|
"detect-browser": "^5.3.0",
|
|
"dotenv": "8.2.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"draft-js": "^0.11.7",
|
|
"draft-js-export-markdown": "^1.4.0",
|
|
"draft-js-import-markdown": "^1.4.0",
|
|
"draftjs-utils": "^0.10.2",
|
|
"emoji-mart": "^3.0.0",
|
|
"emoji-name-map": "^1.2.9",
|
|
"emojione": "^4.5.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-react-app": "^5.2.0",
|
|
"eslint-config-react-app-eslint-six": "^4.0.2",
|
|
"eslint-loader": "3.0.3",
|
|
"eslint-plugin-flowtype": "4.7.0",
|
|
"eslint-plugin-import": "2.23.4",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"events": "^3.2.0",
|
|
"feather-icons": "^4.28.0",
|
|
"fetch-polyfill": "^0.8.2",
|
|
"file-loader": "4.3.0",
|
|
"fs-extra": "^8.1.0",
|
|
"fullcalendar": "^5.1.0",
|
|
"highlight.js": "^10.4.1",
|
|
"html-webpack-plugin": "4.5.2",
|
|
"http-proxy-middleware": "^1.3.1",
|
|
"i18next": "^20.3.2",
|
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
"i18next-http-backend": "^1.2.6",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"is-url": "^1.2.4",
|
|
"jest-environment-jsdom-fourteen": "1.0.1",
|
|
"jest-resolve": "24.9.0",
|
|
"jest-watch-typeahead": "0.6.1",
|
|
"jquery": "^3.5.1",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.7.1",
|
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
"markdown-draft-js": "^2.3.0",
|
|
"markdown-to-jsx": "^7.1.5",
|
|
"material-ui-chip-input": "^2.0.0-beta.2",
|
|
"mini-css-extract-plugin": "0.12.0",
|
|
"minimongo": "^6.10.0",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.4",
|
|
"oidc-client": "^1.11.5",
|
|
"oidc-react": "^1.5.1",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"pnp-webpack-plugin": "1.6.4",
|
|
"postcss-100vh-fix": "^1.0.2",
|
|
"postcss-flexbugs-fixes": "4.2.1",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "8.0.1",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "4.0.2",
|
|
"react": "^17.0.2",
|
|
"react-ace": "^9.1.1",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-beautiful-dnd": "10.1.0",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dev-utils": "^11.0.4",
|
|
"react-dom": "^17.0.2",
|
|
"react-emojione": "^5.0.1",
|
|
"react-fastclick": "^3.0.2",
|
|
"react-feather": "^2.0.8",
|
|
"react-google-login": "^5.1.1",
|
|
"react-highlight-words": "^0.18.0",
|
|
"react-i18next": "^11.15.3",
|
|
"react-moment": "^0.9.7",
|
|
"react-outside-click-handler": "^1.3.0",
|
|
"react-page-visibility": "^7.0.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-player": "^2.10.1",
|
|
"react-redux": "^7.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-scrollbar": "^0.5.6",
|
|
"react-shortcuts": "^2.1.0",
|
|
"react-showdown": "^2.1.0",
|
|
"react-sidebar": "^3.0.2",
|
|
"react-sortable-hoc": "^1.11.0",
|
|
"react-svg": "^11.0.29",
|
|
"react-swipeable": "^5.5.1",
|
|
"react-test-renderer": "^17.0.0",
|
|
"react-textarea-autosize": "^8.2.0",
|
|
"react-transition-group": "^4.4.1",
|
|
"react-virtualized": "^9.22.2",
|
|
"react-virtuoso": "2.10.2",
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
"recoil": "^0.7.6",
|
|
"redux": "^4.0.5",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"resolve": "1.19.0",
|
|
"resolve-url-loader": "3.1.2",
|
|
"sass-loader": "8.0.2",
|
|
"semaphore": "^1.1.0",
|
|
"semver": "6.3.0",
|
|
"short-uuid": "^4.1.0",
|
|
"shortcuts": "^1.6.1",
|
|
"socket.io-client": "^2.3.1",
|
|
"style-loader": "0.23.1",
|
|
"tailwindcss": "^3.1.2",
|
|
"terser-webpack-plugin": "3.1.0",
|
|
"ts-pnp": "1.2.0",
|
|
"typescript": "^4.9.3",
|
|
"url-loader": "2.3.0",
|
|
"url-parse": "^1.5.9",
|
|
"uuid": "^8.3.1",
|
|
"uuid-time": "^1.0.0",
|
|
"workbox-webpack-plugin": "4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@storybook/addon-actions": "=6.5.9",
|
|
"@storybook/addon-docs": "=6.5.9",
|
|
"@storybook/addon-essentials": "=6.5.9",
|
|
"@storybook/addon-interactions": "=6.5.9",
|
|
"@storybook/addon-links": "=6.5.9",
|
|
"@storybook/addon-postcss": "=2.0.0",
|
|
"@storybook/builder-webpack5": "=6.5.9",
|
|
"@storybook/cli": "=6.5.9",
|
|
"@storybook/manager-webpack5": "=6.5.9",
|
|
"@storybook/node-logger": "=6.5.9",
|
|
"@storybook/preset-create-react-app": "^4.1.2",
|
|
"@storybook/react": "=6.5.9",
|
|
"@storybook/testing-library": "=0.0.13",
|
|
"@types/draft-js": "^0.11.2",
|
|
"@types/is-url": "^1.2.28",
|
|
"@types/markdown-draft-js": "^2.2.3",
|
|
"@types/react-page-visibility": "^6.4.1",
|
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
"craco-alias": "^2.1.1",
|
|
"eslint-plugin-storybook": "=0.5.12",
|
|
"jest": "^29.6.1",
|
|
"prettier": "^2.0.5",
|
|
"prop-types": "^15.8.1",
|
|
"sass": "^1.49.9",
|
|
"storybook-dark-mode": "=1.1.0",
|
|
"storybook-preset-craco": "=0.0.6",
|
|
"webpack": "5"
|
|
}
|
|
}
|