-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "@kwchang0831/docs-svelte-qwer",
"version": "0.0.1",
"author": "kwchang0831",
"license": "MIT",
"homepage": "https://docs-svelte-qwer.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/kwchang0831/docs-svelte-QWER.git"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"format": "prettier --write .",
"husky": "husky install && npx husky set .husky/pre-commit \"npx lint-staged\" && gitmoji -i"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"lint-staged": {
"*.{md,html,scss,css,svelte,ts,js,cjs}": "prettier --write"
},
"devDependencies": {
"gitmoji-cli": "^8.5.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"postcss": "^8.4.31",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^3.0.3",
"sitemap": "^7.1.1",
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.7"
}
}