forked from KohlbacherLab/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@kohlbacherlab/homepage",
"private": true,
"version": "1.0.0",
"description": "This is a package for the KohlbacherLab website.",
"repository": {
"type": "git",
"url": "https://github.com/kohlbacherlab/homepage.git"
},
"author": {
"name": "Peter Placzek",
"email": "[email protected]",
"url": "https://github.com/tada5hi"
},
"files": [
"dist/"
],
"scripts": {
"dev": "vitepress dev src --temp .temp",
"build": "vitepress build src --temp .temp",
"help": "vitepress --help",
"lint": "eslint",
"lint:fix": "npm run lint -- --fix"
},
"keywords": [
"docs"
],
"license": "MIT",
"devDependencies": {
"@tada5hi/eslint-config-vue-typescript": "^1.3.12",
"@tada5hi/tsconfig": "^0.5.1",
"@types/node": "^22.0.2",
"@vuecs/link": "^1.0.0",
"@vuecs/preset-font-awesome": "^1.0.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@retorquere/bibtex-parser": "^9.0.12",
"@vuecs/pagination": "^1.1.1",
"bootstrap": "^5.3.3",
"locter": "^2.1.1",
"smob": "^1.5.0",
"vite": "^5.3.1",
"vitepress": "^1.3.4"
}
}