-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 983 Bytes
/
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
{
"name": "jack-front",
"version": "1.0.0",
"description": "把所有前端项目都集中到这里",
"main": "index.js",
"scripts": {
"dev": "pnpm --filter='delight*' run dev ",
"blog-dev": "vitepress dev blog",
"docs-build": "vitepress build blog",
"docs-preview": "vitepress preview blog"
},
"devDependencies": {
"mitt": "^3.0.1",
"only-allow": "~1.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"vitepress": "~1.0.0-alpha.25",
"prettier": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackchoumine/jack-front.git"
},
"keywords": [],
"author": "jackchoumine <[email protected];[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jackchoumine/jack-front/issues"
},
"homepage": "https://github.com/jackchoumine/jack-front#readme",
"dependencies": {
"vitepress-plugin-pagefind": "^0.2.6"
}
}