bytemd/package.json

59 lines
1.7 KiB
JSON

{
"name": "@bytemd/monorepo",
"private": true,
"scripts": {
"clean": "rm -rf packages/*/{lib,dist,tsconfig.tsbuildinfo}",
"dev": "norm",
"build": "npm run clean && norm build",
"test": "vitest",
"postinstall": "node scripts/postinstall.mjs",
"pub": "npm run build && lerna publish --yes",
"lint": "prettier --plugin-search-dir=. --ignore-path=.gitignore --list-different packages/**/*.{ts,tsx,svelte,vue,json}",
"lint:fix": "prettier --plugin-search-dir=. --ignore-path=.gitignore --write packages/**/*.{ts,tsx,svelte,vue,json}",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@icon-park/svg": "^1.3.5",
"@microsoft/api-extractor": "^7.19.4",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/svelte": "^3.0.3",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"jsdom": "^19.0.0",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.0",
"sort-package-json": "^1.54.0",
"svelte": "^3.46.3",
"svelte-preprocess": "^4.10.2",
"svgo": "^2.8.0",
"typescript": "^4.5.5",
"vitest": "^0.5.7"
},
"bundlewatch": {
"files": [
{
"path": "packages/*/dist/index.js"
}
],
"ci": {
"repoBranchBase": "main",
"trackBranches": [
"main"
]
}
},
"packageManager": "pnpm@6.32.2"
}