mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 22:42:26 +03:00
switch to playwright test runner, use esbuild for dev builds, switch to array destructuring
This commit is contained in:
+25
-32
@@ -4,66 +4,58 @@
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^17.0.0",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/plugin-transform-runtime": "^7.18.2",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/preset-typescript": "^7.17.12",
|
||||
"@babel/runtime": "^7.18.2",
|
||||
"@playwright/test": "^1.22.2",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-html": "^0.2.0",
|
||||
"@rollup/plugin-inject": "^4.0.2",
|
||||
"@rollup/plugin-node-resolve": "^11.0.1",
|
||||
"@rollup/plugin-typescript": "^5.0.2",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@testing-library/dom": "^7.26.3",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
||||
"@typescript-eslint/parser": "^3.7.0",
|
||||
"babel-jest": "^27.0.6",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"babel-jest": "^28.1.1",
|
||||
"bufferutil": "^4.0.1",
|
||||
"canvas": "^2.6.1",
|
||||
"chalk": "^4.1.0",
|
||||
"core-js": "^3.6.5",
|
||||
"del": "^5.1.0",
|
||||
"esbuild": "^0.14.42",
|
||||
"eslint": "^7.5.0",
|
||||
"eslint-config-airbnb": "^18.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jest": "^24.3.6",
|
||||
"eslint-plugin-jest-playwright": "^0.4.1",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"eslint-plugin-react-hooks": "^4.0.8",
|
||||
"expect-playwright": "^0.3.4",
|
||||
"express": "^4.17.1",
|
||||
"glob": "^7.1.6",
|
||||
"jest": "^27.0.6",
|
||||
"jest-circus": "^27.0.6",
|
||||
"jest-dev-server": "^4.4.0",
|
||||
"jest-environment-node": "^27.0.6",
|
||||
"jest-playwright-preset": "^1.7.0",
|
||||
"jest-runner": "^27.0.6",
|
||||
"mkdirp": "^1.0.4",
|
||||
"node-sass": "^4.14.1",
|
||||
"playwright": "^1.12.3",
|
||||
"playwright-chromium": "^1.12.3",
|
||||
"playwright-core": "^1.12.3",
|
||||
"playwright-firefox": "^1.12.3",
|
||||
"playwright-webkit": "1.12.3",
|
||||
"jest": "^28.1.1",
|
||||
"node-sass": "^7.0.1",
|
||||
"playwright": "^1.22.2",
|
||||
"playwright-chromium": "^1.22.2",
|
||||
"playwright-core": "^1.22.2",
|
||||
"playwright-firefox": "^1.22.2",
|
||||
"playwright-webkit": "^1.22.2",
|
||||
"prettier": "^2.0.5",
|
||||
"prettier-eslint": "^11.0.0",
|
||||
"rollup": "^2.36.1",
|
||||
"rollup": "^2.75.5",
|
||||
"rollup-plugin-esbuild": "^4.9.1",
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
"rollup-plugin-prettier": "^2.1.0",
|
||||
"rollup-plugin-serve": "^1.1.0",
|
||||
"rollup-plugin-styles": "^3.10.0",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"rollup-plugin-typescript2": "^0.27.1",
|
||||
"rollup-plugin-ts": "^3.0.1",
|
||||
"should": "^13.2.3",
|
||||
"tslib": "^2.2.0",
|
||||
"typescript": "^4.3.2",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.7.3",
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -72,6 +64,7 @@
|
||||
"test:browser": "yarn workspaces run test:browser",
|
||||
"test:browser:quick": "yarn workspaces run test:browser:quick",
|
||||
"test:browser-dev": "yarn workspaces run test:browser-dev",
|
||||
"test:playwright": "yarn workspaces run test:playwright",
|
||||
"build": "yarn workspaces run build",
|
||||
"lint": "npx eslint --fix ."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user