mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-10 05:02:27 +03:00
30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"name": "vue-project",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "run-p build-js build-types",
|
|
"test": "vitest --environment jsdom",
|
|
"build-js": "vite build",
|
|
"build-types": "vue-tsc --emitDeclarationOnly -p tsconfig.types.json --composite false"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": ">=2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsdom": "^16.2.14",
|
|
"@types/node": "^16.11.45",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"jsdom": "^20.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"terser": "^5.14.2",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^3.0.2",
|
|
"vitest": "^0.18.1",
|
|
"vue": "^2.7.7",
|
|
"vue-template-compiler": "^2.7.7",
|
|
"vue-tsc": "^0.38.9"
|
|
}
|
|
}
|