-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 1.29 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
{
"name": "vitdoc-monorepo",
"version": "1.1.8",
"description": "Seamlessly generate a lightweight, fast and beautiful component documentation.",
"private": true,
"scripts": {
"dev": "turbo --filter='./templates/*' --filter='./packages/*' --filter='./compile' dev",
"example:dev": "turbo --filter='./examples/*' dev",
"test": "vitest run",
"prettier": "pretty-quick --staged",
"build": "turbo --filter='./templates/*' --filter='./packages/*' build",
"iversion": "changeset && changeset version",
"pre-iversion": "changeset pre enter beta && npm run iversion",
"release": "npm run build && changeset publish",
"release-all": "turbo build && bumpp package.json packages/**/package.json templates/**/package.json && pnpm -r --no-git-checks publish --access public"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vitdocjs/vitdoc.git"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"bumpp": "^8.2.1",
"esbuild": "^0.14.54",
"esbuild-sass-plugin": "^2.16.1",
"father": "^4.4.1",
"turbo": "^1.13.3",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}