-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "interview",
"version": "0.0.1",
"private": true,
"description": "八股是一份开放的面试题库,我们的愿景是覆盖 90%+ IT 知识点问答,节省面试者和面试官的时间!同时也是一份结构化的知识图谱,源于学习,而不是刷题!",
"author": "Isboyjc",
"packageManager": "pnpm@6.18.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/isboyjc/Interview"
},
"bugs": {
"url": "https://github.com/isboyjc/Interview/issues"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:update": "babel-node scripts/update.js",
"create:subject": "babel-node scripts/create-subject.js",
"create:interation": "babel-node scripts/create-iteration.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"不正经的前端 | 面试",
"不正经的前端 | 八股",
"不正经的前端",
"八股",
"面试",
"isboyjc",
"前端面试",
"interview",
"HTML",
"CSS",
"JavaScript",
"网络",
"计算机网络",
"Vue",
"React",
"浏览器",
"GitHub",
"Webpack",
"Vite",
"工程化",
"低代码",
"简历",
"自我介绍"
],
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/node": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@iconify-json/tabler": "^1.1.79",
"@mermaid-js/mermaid-mindmap": "9.3.0",
"@unocss/transformer-directives": "^0.53.3",
"@unocss/transformer-variant-group": "^0.53.3",
"@vite-pwa/vitepress": "^0.2.0",
"busuanzi.pure.js": "^1.0.3",
"chalk": "4.1.2",
"child_process": "^1.0.2",
"dayjs": "^1.11.8",
"enquirer": "^2.3.6",
"fast-glob": "^3.2.12",
"md5": "^2.3.0",
"mermaid": "9.1.7",
"node-fetch": "2",
"simple-git": "^3.19.1",
"unocss": "^0.53.3",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-pwa": "^0.16.4",
"vitepress": "^1.0.0-beta.2",
"vitepress-plugin-mermaid": "^2.0.8",
"vue": "^3.2.47",
"yargs": "^17.7.2"
}
}