forked from pulsar-edit/pulsar-edit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.35 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
{
"name": "pulsar-edit.github.io",
"version": "1.0.0",
"description": "A Community-led Hyper-Hackable Text Editor",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "vuepress build docs",
"clean:dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"format": "prettier ./**/*.md --write --ignore-path .gitignore",
"lint": "remark . --ignore-path .gitignore",
"prepare": "husky install",
"dep:update": "pnpm add @vuepress/client@next vuepress@next vuepress-theme-hope@next && pnpm i && pnpm up"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
".github": "github:pulsar-edit/.github",
"pulsar-assets": "github:pulsar-edit/pulsar-assets",
"vuepress-theme-hope": "2.0.0-beta.106"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.51",
"@vuepress/plugin-search": "2.0.0-beta.51",
"@vuepress/utils": "2.0.0-beta.51",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"remark-preset-prettier": "^2.0.1",
"vue": "^3.2.45",
"vuepress": "2.0.0-beta.51"
},
"lint-staged": {
"*.md": "prettier --write"
}
}