Files
OverlayScrollbars/package.json
T
2022-07-30 19:45:11 +02:00

89 lines
2.9 KiB
JSON

{
"private": true,
"workspaces": [
"packages/*"
],
"bin": {
"workspace-root": "./workspace.root.js"
},
"devDependencies": {
"@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-node-resolve": "^13.3.0",
"@testing-library/dom": "^7.26.3",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.7",
"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": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^7.1.6",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"node-sass": "^7.0.1",
"nyc": "^15.1.0",
"playwright": "^1.22.2",
"playwright-chromium": "^1.22.2",
"playwright-core": "^1.22.2",
"playwright-firefox": "^1.22.2",
"playwright-webkit": "^1.22.2",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"rollup": "^2.75.5",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-ignore-import": "^1.3.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-summary": "^1.4.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"should": "^13.2.3",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"utf-8-validate": "^5.0.2",
"v8-to-istanbul": "^9.0.1",
"@local/tsconfig": "file:./local/tsconfig",
"@local/config": "file:./local/config",
"@local/rollup": "file:./local/rollup",
"@local/playwright-tooling": "file:./local/playwright-tooling",
"@local/browser-testing": "file:./local/browser-testing"
},
"scripts": {
"test": "yarn workspaces run test",
"test:jsdom": "yarn workspaces run test:jsdom",
"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 .",
"aa": "echo hi",
"root:some": "workspace-root aa"
}
}