mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
27 lines
660 B
JSON
27 lines
660 B
JSON
{
|
|
"name": "aurorxa",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs --mode development",
|
|
"docs:build": "vitepress build docs --mode production",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"vitepress": "^1.3.1"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "1.11.11",
|
|
"dotenv": "^16.4.5",
|
|
"font-pingfang-sc-font-weight-improved": "^1.0.7",
|
|
"medium-zoom": "^1.1.0",
|
|
"vitepress-plugin-comment-with-giscus": "^1.1.15"
|
|
}
|
|
}
|