|
8 | 8 | |
9 | 9 | }, |
10 | 10 | "repository": "https://github.com/passwordless/docs", |
| 11 | + "engines": { |
| 12 | + "node": ">=20.10.0" |
| 13 | + }, |
11 | 14 | "scripts": { |
12 | 15 | "dev": "vuepress dev src", |
13 | 16 | "build": "vuepress build src", |
14 | | - "lint": "vuepress check-md src --fix && prettier . --write && eslint \"**/*.{js,vue}\" --fix", |
15 | | - "lint:check": "vuepress check-md src && prettier . --check && eslint \"**/*.{js,vue}\"" |
| 17 | + "lint": "prettier . --write && eslint \"**/*.{js,ts,vue}\" --fix", |
| 18 | + "lint:check": "prettier . --check && eslint \"**/*.{js,ts,vue}\"" |
16 | 19 | }, |
17 | 20 | "dependencies": { |
18 | 21 | "@passwordlessdev/passwordless-client": "1.1.2", |
19 | 22 | "swagger-ui-dist": "5.12.3" |
20 | 23 | }, |
21 | 24 | "devDependencies": { |
22 | | - "@vuepress/plugin-docsearch": "2.0.0-rc.0", |
23 | | - "@vuepress/plugin-register-components": "2.0.0-rc.0", |
| 25 | + "@vuepress/bundler-vite": "2.0.0-rc.26", |
| 26 | + "@vuepress/plugin-docsearch": "2.0.0-rc.115", |
| 27 | + "@vuepress/plugin-register-components": "2.0.0-rc.114", |
| 28 | + "@vuepress/theme-default": "2.0.0-rc.115", |
24 | 29 | "eslint": "8.56.0", |
25 | 30 | "eslint-config-prettier": "9.1.0", |
26 | 31 | "eslint-plugin-vue": "9.20.1", |
27 | 32 | "prettier": "3.2.4", |
28 | 33 | "prettier-plugin-organize-imports": "4.0.0", |
29 | | - "vuepress": "2.0.0-rc.0", |
30 | | - "vuepress-plugin-code-switcher": "2.0.0", |
31 | | - "vuepress-plugin-md-enhance": "2.0.0-rc.12" |
| 34 | + "sass-embedded": "^1.93.2", |
| 35 | + "vuepress": "2.0.0-rc.26" |
32 | 36 | } |
33 | 37 | } |
0 commit comments