mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 14:30:36 +03:00
add v2 docs project
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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": {
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@~local-docs/esbuild": "file:./local/esbuild",
|
||||
"@~local-docs/tailwind": "file:./local/tailwind",
|
||||
"@types/node": "18.7.20",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
||||
"@typescript-eslint/parser": "^5.38.1",
|
||||
"concurrently": "^7.4.0",
|
||||
"esbuild": "^0.15.10",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "12.3.1",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.31.8",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-tailwindcss": "^3.6.2",
|
||||
"fast-glob": "^3.2.12",
|
||||
"prettier": "2.7.1",
|
||||
"sass": "^1.55.0",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"typescript": "4.8.3",
|
||||
"wait-on": "^6.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user