-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
33 lines (33 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "passwordless-docs",
"version": "0.0.1",
"license": "MIT",
"description": "Documentation for Passwordless",
"authors": {
"name": "Anders Åberg",
"email": "anders@passwordless.dev"
},
"repository": "https://github.com/passwordless/docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"lint": "vuepress check-md src --fix && prettier . --write && eslint \"**/*.{js,vue}\" --fix",
"lint:check": "vuepress check-md src && prettier . --check && eslint \"**/*.{js,vue}\""
},
"dependencies": {
"@passwordlessdev/passwordless-client": "1.1.2",
"swagger-ui-dist": "5.12.3"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/plugin-register-components": "2.0.0-rc.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.20.1",
"prettier": "3.2.4",
"prettier-plugin-organize-imports": "4.0.0",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-code-switcher": "2.0.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.12"
}
}