DocSpace-client/packages/client/package.json

88 lines
5.3 KiB
JSON
Raw Normal View History

2019-05-15 14:56:09 +00:00
{
"name": "@docspace/client",
2022-04-21 16:15:08 +00:00
"version": "1.2.0",
2022-02-14 09:58:58 +00:00
"private": true,
"homepage": "",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
2022-02-14 09:58:58 +00:00
"clean": "shx rm -rf dist",
"deploy": "shx --silent mkdir -p ../../build/deploy/client && shx cp -r dist/* ../../build/deploy/client",
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack-cli serve",
"start-prod": "serve dist -s -p 5001"
},
"old-scripts": {
"build:test": "webpack --env minimize=false --mode production",
"build:test.translation": "webpack --env minimize=false hideText=true --mode production",
"build:test.translation:personal": "webpack --env minimize=false hideText=true personal=true --mode production",
2022-02-14 09:58:58 +00:00
"test:codeceptjs": "npx codeceptjs run --reporter mocha-multi",
"test:mobile": "cross-env DEVICE_TYPE=mobile yarn test:codeceptjs",
"test:smallTablet": "cross-env DEVICE_TYPE=smallTablet yarn test:codeceptjs",
"test:tablet": "cross-env DEVICE_TYPE=tablet yarn test:codeceptjs",
"test:desktop": "cross-env DEVICE_TYPE=desktop yarn test:codeceptjs ",
"test:mobile:model": "cross-env DEVICE_TYPE=mobile MODEL=true yarn test:codeceptjs",
"test:smallTablet:model": "cross-env DEVICE_TYPE=smallTablet MODEL=true yarn test:codeceptjs",
"test:tablet:model": "cross-env DEVICE_TYPE=tablet MODEL=true yarn test:codeceptjs",
"test:desktop:model": "cross-env DEVICE_TYPE=desktop MODEL=true yarn test:codeceptjs",
"test:chromium:parallel": "run-p -c \"test:mobile --profile chromium \" \"test:smallTablet --profile chromium \" \"test:tablet --profile chromium \" \"test:desktop --profile chromium \" && yarn test:parse-xml",
"test:chromium:sequential": "run-s -c \"test:mobile --profile chromium \" \"test:smallTablet --profile chromium \" \"test:tablet --profile chromium \" \"test:desktop --profile chromium \" && yarn test:parse-xml",
"test:chromium:model": "run-s -c \"test:mobile:model --profile chromium \" \"test:smallTablet:model --profile chromium \" \"test:tablet:model --profile chromium \" \"test:desktop:model --profile chromium \" && yarn test:parse-xml",
"test:firefox:parallel": "run-p -c \"test:mobile --profile firefox \" \"test:smallTablet --profile firefox \" \"test:tablet --profile firefox \" \"test:desktop --profile firefox \" && yarn test:parse-xml",
"test:firefox:sequential": "run-s -c \"test:mobile --profile firefox \" \"test:smallTablet --profile firefox \" \"test:tablet --profile firefox \" \"test:desktop --profile firefox \" && yarn test:parse-xml",
"test:firefox:model": "run-s -c \"test:mobile:model --profile firefox \" \"test:smallTablet:model --profile firefox \" \"test:tablet:model --profile firefox \" \"test:desktop:model --profile firefox \" && yarn test:parse-xml",
"test:webkit:parallel": "run-p -c \"test:mobile --profile webkit \" \"test:smallTablet --profile webkit \" \"test:tablet --profile webkit \" \"test:desktop --profile webkit \" && yarn test:parse-xml",
"test:webkit:sequential": "run-s -c \"test:mobile --profile webkit \" \"test:smallTablet --profile webkit \" \"test:tablet --profile webkit \" \"test:desktop --profile webkit \" && yarn test:parse-xml",
"test:webkit:model": "run-s -c \"test:mobile:model --profile webkit \" \"test:smallTablet:model --profile webkit \" \"test:tablet:model --profile webkit \" \"test:desktop:model --profile webkit \" && yarn test:parse-xml",
"test:parallel": "run-s -c test:chromium:parallel test:firefox:parallel test:webkit:parallel && yarn test:parse-xml",
"test:sequential": "run-s -c test:chromium:sequential test:firefox:sequential test:webkit:sequential && yarn test:parse-xml",
"test:model": "run-s -c test:chromium:model test:firefox:model test:webkit:model && yarn test:parse-xml",
2022-02-28 16:49:36 +00:00
"test:parse-xml": "node tests/helpers/parserXML.js",
2022-04-13 11:52:30 +00:00
"test:ui": "npx codecept-ui",
"test:ui:mobile": "cross-env DEVICE_TYPE=mobile npx codecept-ui"
2022-02-14 09:58:58 +00:00
},
"dependencies": {
2022-07-29 15:20:57 +00:00
"copy-to-clipboard": "^3.3.1",
2022-11-10 15:14:39 +00:00
"element-resize-detector": "^1.2.4",
2022-07-29 15:20:57 +00:00
"file-saver": "^2.0.5",
2022-02-14 09:58:58 +00:00
"firebase": "^8.10.0",
2022-11-21 11:00:31 +00:00
"hex-to-rgba": "^2.0.1",
2022-08-18 14:05:36 +00:00
"react-avatar-editor": "^13.0.0",
2022-08-30 09:55:41 +00:00
"react-colorful": "^5.5.1",
2022-07-29 15:20:57 +00:00
"react-hotkeys-hook": "^3.4.4",
2022-02-14 09:58:58 +00:00
"react-markdown": "^7.0.1",
2022-05-25 12:53:26 +00:00
"react-smartbanner": "^5.1.4",
2022-07-29 15:20:57 +00:00
"react-string-format": "^0.1.4"
2022-02-14 09:58:58 +00:00
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
2022-08-17 07:21:43 +00:00
"@babel/preset-typescript": "^7.18.6",
2022-02-14 09:58:58 +00:00
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"external-remotes-plugin": "^1.0.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
2022-02-14 09:58:58 +00:00
"html-webpack-plugin": "5.3.2",
"json-loader": "^0.5.7",
"playwright": "^1.18.1",
"sass": "^1.39.2",
"sass-loader": "^12.1.0",
2022-11-16 14:55:46 +00:00
"serve": "14.1.1",
2022-02-14 09:58:58 +00:00
"shx": "^0.3.3",
"source-map-loader": "^3.0.0",
"style-loader": "3.2.1",
"terser-webpack-plugin": "^5.2.4",
2022-08-17 07:21:43 +00:00
"typescript": "^4.7.4",
2022-02-14 09:58:58 +00:00
"webpack": "5.52.1",
"webpack-cli": "4.10.0",
2022-02-14 09:58:58 +00:00
"webpack-dev-server": "4.3.1"
},
"title": "ONLYOFFICE"
}