bytemd/package.json

56 lines
1.6 KiB
JSON

{
"name": "@bytemd/monorepo",
"version": "1.11.0",
"private": true,
"scripts": {
"build": "norm build",
"dev": "echo 'export * from \"../src/index\"' > packages/bytemd/svelte/index.js && norm",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"postinstall": "node scripts/postinstall.mjs",
"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}",
"pub": "npm run build && lerna publish --yes",
"test": "vitest"
},
"devDependencies": {
"@icon-park/svg": "^1.3.5",
"@microsoft/api-extractor": "^7.19.4",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.39",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/svelte": "^3.0.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"jsdom": "^19.0.0",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.9",
"sort-json": "^2.0.1",
"sort-package-json": "^1.54.0",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.6.2",
"vite-plugin-vue2": "^1.9.3",
"vitest": "^0.6.0",
"vue-template-compiler": "^2.6.14"
},
"bundlewatch": {
"files": [
{
"path": "packages/*/dist/index.js"
}
],
"ci": {
"repoBranchBase": "main",
"trackBranches": [
"main"
]
}
},
"packageManager": "pnpm@6.32.2"
}