EyeTrackVR-Docs/vitepress/package.json
semantic-release-bot bc429848ad chore(patch): 1.1.12 [skip ci]
## [1.1.12](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.11...v1.1.12) (2023-02-12)

### 🐛 Bug Fixes

* make titles dynamic to font accent ([cf5382b](cf5382bd6e))
2023-02-12 17:44:20 +00:00

26 lines
705 B
JSON

{
"name": "etvr_docs",
"version": "1.1.12",
"description": "Official Docs for ETVR",
"repository": "https://github.com/RedHawk989/EyeTrackVR",
"author": "DaOfficialWizard",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"devDependencies": {
"flexsearch": "^0.7.31",
"@types/flexsearch": "^0.7.3",
"markdown-it": "^13.0.1",
"postcss": "^8.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.7.2",
"tailwindcss": "^3.1.5",
"vitepress": "^1.0.0-alpha.35",
"vitepress-plugin-search": "^1.0.4-alpha.17",
"vue": "^3.2.45"
}
}