mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 23:32:27 +03:00
move website to own directory
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "concurrently \"node esbuild.mjs -w\" \"wait-on -d 2000 ./next-app/src && cd next-app && next dev\"",
|
||||
"build": "node esbuild.mjs && cd next-app && next build && next export",
|
||||
"start": "node esbuild.mjs && cd next-app && next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@~package/overlayscrollbars": "file:../packages/overlayscrollbars",
|
||||
"@mdx-js/loader": "^2.1.5",
|
||||
"@mdx-js/react": "^2.1.5",
|
||||
"@next/mdx": "^12.3.1",
|
||||
"classnames": "^2.3.2",
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.7.20",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"concurrently": "^7.4.0",
|
||||
"fast-glob": "^3.2.12",
|
||||
"rehype-pretty-code": "^0.4.0",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"shiki": "^0.11.1",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"typescript": "4.8.3",
|
||||
"wait-on": "^6.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user