-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 894 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
{
"name": "lay-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs --port=8735 --host 0.0.0.0",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^20.8.8",
"autoprefixer": "^10.4.15",
"big.js": "^6.2.2",
"dayjs": "^1.11.9",
"gray-matter": "^4.0.3",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"sass": "^1.79.4",
"tailwindcss": "^3.3.3",
"vitepress": "^1.3.4",
"vue": "^3.5.11"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/parser": "^7.26.3",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3"
}
}