mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-19 05:29:39 +03:00
24 lines
729 B
JSON
24 lines
729 B
JSON
{
|
|
"name": "OverlayScrollbars",
|
|
"description": "OverlayScrollbars version 2",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@babel/preset-typescript": "^7.9.0",
|
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
"@rollup/plugin-typescript": "^4.1.2",
|
|
"@types/jest": "^25.2.3",
|
|
"babel-jest": "^26.0.1",
|
|
"jest": "^26.0.1",
|
|
"rollup": "^1.21.4",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && rollup -c",
|
|
"prepare": "npm run build",
|
|
"test": "jest --coverage"
|
|
}
|
|
} |