EyeTrackVR-Docs/vitepress/package.json
semantic-release-bot e5fe510946 chore(patch): 1.1.7 [skip ci]
## [1.1.7](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.6...v1.1.7) (2023-02-12)

### 🐛 Bug Fixes

* fix wifi endpoint docs ([58ae891](58ae891b95))
2023-02-12 12:26:15 +00:00

26 lines
704 B
JSON

{
"name": "etvr_docs",
"version": "1.1.7",
"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"
}
}