-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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": "documentation",
"private": true,
"version": "1.0.0",
"description": "This is a package for documentation proposes.",
"repository": {
"type": "git",
"url": "https://github.com/PHT-Medic/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.2.6",
"eslint": "^8.37.0",
"flexsearch": "^0.7.31",
"rimraf": "^4.4.1",
"vitepress-plugin-search": "^1.0.4-alpha.19",
"typescript": "^5.0.2"
},
"dependencies": {
"vitepress": "^1.0.0-alpha.63",
"vue": "^3.2.40"
}
}