-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 970 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
34
35
36
37
38
39
40
41
{
"name": "facial-sutra",
"version": "0.0.1",
"description": "Not just some interview questions and common knowledge I collected",
"main": "index.md",
"keywords": [
"experience",
"interview",
"knowledge",
"frontend",
"backend",
"fullstack"
],
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"crypto-js": "^4.2.0",
"markdown-it": "^14.1.0",
"markdown-it-mathjax3": "^4.3.2",
"uuid": "^10.0.0",
"vue": "^3.5.4"
},
"devDependencies": {
"sass": "^1.78.0",
"typescript": "^5.6.2",
"vitepress": "1.3.4"
},
"author": "zhuzhenquan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/loongzhu/facial-sutra.git"
},
"bugs": {
"url": "https://github.com/loongzhu/facial-sutra/issues"
},
"homepage": "https://github.com/loongzhu/facial-sutra#readme"
}