mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 06:19:39 +03:00
update repo structure
This commit is contained in:
+24
-14
@@ -3,6 +3,9 @@
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"bin": {
|
||||
"workspace-root": "./workspace.root.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/plugin-transform-runtime": "^7.18.2",
|
||||
@@ -17,8 +20,8 @@
|
||||
"@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",
|
||||
"@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",
|
||||
@@ -27,16 +30,16 @@
|
||||
"core-js": "^3.6.5",
|
||||
"del": "^5.1.0",
|
||||
"esbuild": "^0.14.42",
|
||||
"eslint": "^7.5.0",
|
||||
"eslint-config-airbnb": "^18.2.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jest": "^24.3.6",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"eslint-plugin-react-hooks": "^4.0.8",
|
||||
"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",
|
||||
@@ -55,7 +58,7 @@
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
"rollup-plugin-scss": "^3.0.0",
|
||||
"rollup-plugin-serve": "^1.1.0",
|
||||
"rollup-plugin-styles": "^3.10.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",
|
||||
@@ -63,7 +66,12 @@
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.7.4",
|
||||
"utf-8-validate": "^5.0.2",
|
||||
"v8-to-istanbul": "^9.0.1"
|
||||
"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",
|
||||
@@ -73,6 +81,8 @@
|
||||
"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 ."
|
||||
"lint": "npx eslint --fix .",
|
||||
"aa": "echo hi",
|
||||
"root:some": "workspace-root aa"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user