-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 935 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 935 Bytes
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
{
"name": "fuxk-leetcode",
"type": "module",
"version": "0.0.1",
"repository": "git@github.com:liwuhou/fuxk-leetcode.git",
"author": "阿五 <hugewilliam@foxmail.com>",
"license": "MIT",
"scripts": {
"preinstall": "npx pm-keeper pnpm",
"test": "jest ./code",
"start": "vuepress dev docs --config vuepress.config.ts",
"build": "vuepress build docs --config vuepress.config.ts",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^27.5.2",
"@vuepress/bundler-vite": "2.0.0-rc.0",
"@vuepress/cli": "2.0.0-rc.0",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vitepress": "1.0.0-rc.31",
"vuepress": "2.0.0-rc.0"
}
}