forked from pd4d10/hashmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@bytemd/monorepo",
"version": "1.13.1",
"private": true,
"scripts": {
"build": "norm build bytemd '@bytemd/*'",
"dev": "norm serve playground",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"format": "norm format",
"postinstall": "node scripts/postinstall.mjs && npm run format && sort-json packages/*/locales/*.json",
"pub": "npm run build && norm version && pnpm --recursive --registry https://registry.npmjs.org/ publish --access public",
"test": "norm test bytemd"
},
"prettier": {
"proseWrap": "never",
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@icon-park/svg": "^1.3.5",
"@norm/cli": "^0.4.43",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/svelte": "^3.1.0",
"@types/lodash-es": "^4.17.6",
"@vitejs/plugin-vue": "^2.3.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"jsdom": "^19.0.0",
"local-pkg": "^0.4.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.11",
"sort-json": "^2.0.1",
"svelte": "^3.46.6",
"svelte-preprocess": "^4.10.5",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-plugin-vue2": "^1.9.3",
"vitepress": "^0.22.3",
"vue-template-compiler": "^2.6.14"
},
"packageManager": "[email protected]",
"bundlewatch": {
"files": [
{
"path": "packages/*/dist/index.js"
}
],
"ci": {
"repoBranchBase": "main",
"trackBranches": [
"main"
]
}
}
}