mirror of
https://github.com/acid-info/logos-docusaurus-plugins.git
synced 2026-08-31 11:41:17 +00:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "root",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"watch": "lerna --ignore docusaurus-playground run watch",
|
|
"build": "lerna --ignore docusaurus-playground run build",
|
|
"start": "lerna --scope docusaurus-playground run start",
|
|
"serve": "lerna --scope docusaurus-playground run serve",
|
|
"prepare": "husky install",
|
|
"prettier": "pretty-quick",
|
|
"prettier:staged": "pretty-quick --staged"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.1",
|
|
"@types/react": "^19.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-replace": "^1.1.3",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"husky": "^8.0.1",
|
|
"lerna": "^6.0.1",
|
|
"merge2": "^1.4.1",
|
|
"minimist": "^1.2.7",
|
|
"prettier": "^2.7.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"sync-directory": "^5.1.9",
|
|
"typescript": "~5.2.2",
|
|
"typescript-transform-paths": "^3.3.1"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "19.0.0",
|
|
"@types/react-dom": "19.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|