mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
feat: update dependencies
This commit is contained in:
parent
6c073a90b1
commit
614dc542b8
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "./vitepress"
|
"name": "Source",
|
||||||
}
|
"path": "./vitepress"
|
||||||
],
|
},
|
||||||
"settings": {}
|
{
|
||||||
}
|
"name": "Root",
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"cSpell.words": ["vitepress"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -9,18 +9,21 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vitepress dev docs",
|
"dev": "vitepress dev docs",
|
||||||
"build": "vitepress build docs",
|
"build": "vitepress build docs",
|
||||||
"serve": "vitepress serve docs"
|
"serve": "vitepress serve docs",
|
||||||
|
"lint": "eslint --ext .js,.ts,.jsx,.tsx src",
|
||||||
|
"format": "pnpm run lint --fix & pnpm prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
||||||
|
"update-deps": "pnpm up -Li"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"flexsearch": "^0.7.31",
|
|
||||||
"@types/flexsearch": "^0.7.3",
|
"@types/flexsearch": "^0.7.3",
|
||||||
|
"flexsearch": "^0.7.31",
|
||||||
"markdown-it": "^13.0.1",
|
"markdown-it": "^13.0.1",
|
||||||
"postcss": "^8.2",
|
"postcss": "^8.4.24",
|
||||||
"postcss-flexbugs-fixes": "^5.0.2",
|
"postcss-flexbugs-fixes": "^5.0.2",
|
||||||
"postcss-preset-env": "^7.7.2",
|
"postcss-preset-env": "^8.4.2",
|
||||||
"tailwindcss": "^3.1.5",
|
"tailwindcss": "^3.3.2",
|
||||||
"vitepress": "^1.0.0-alpha.35",
|
"vitepress": "1.0.0-beta.1",
|
||||||
"vitepress-plugin-search": "^1.0.4-alpha.17",
|
"vitepress-plugin-search": "1.0.4-alpha.20",
|
||||||
"vue": "^3.2.45"
|
"vue": "^3.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2215
vitepress/pnpm-lock.yaml
generated
Normal file
2215
vitepress/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
1490
vitepress/yarn.lock
1490
vitepress/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user