-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 906 Bytes
/
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
34
35
{
"name": "@authup/docs",
"private": true,
"version": "1.0.0",
"description": "This repository contains the authup documentation.",
"repository": {
"type": "git",
"url": "https://github.com/authup/documentation.git"
},
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"dev": "vitepress dev src --temp .temp",
"build": "vitepress build src --temp .temp",
"help": "vitepress --help"
},
"keywords": [
"docs"
],
"license": "MIT",
"devDependencies": {
"@tada5hi/eslint-config-vue-typescript": "^1.3.3",
"eslint": "^8.40.0",
"flexsearch": "^0.7.43",
"rimraf": "^5.0.1",
"vitepress-plugin-search": "^1.0.4-alpha.20",
"typescript": "^5.3.3"
},
"dependencies": {
"vitepress": "^1.0.0-rc.29",
"vue": "^3.3.4"
}
}