-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.1 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
{
"devDependencies": {
"@braintree/sanitize-url": "7.1.0",
"@types/video.js": "7.3.58",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vue/tsconfig": "0.6.0",
"cytoscape": "3.30.3",
"cytoscape-cose-bilkent": "4.1.0",
"dayjs": "1.11.13",
"debug": "4.3.7",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.31.0",
"langium": "3.2.1",
"lint-staged": "15.2.10",
"markdown-it-container": "4.0.0",
"mermaid": "11.4.0",
"typescript": "5.6.3",
"vitepress": "1.5.0",
"vitepress-plugin-image-viewer": "1.1.5",
"vitepress-plugin-mermaid": "2.0.17",
"vitepress-plugin-sandpack": "1.1.4",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
"scripts": {
"dev": "vitepress dev docs --host",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"lint": "eslint --ignore-path .eslintignore docs/.vitepress/**/*.{vue,ts} --fix",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@videojs-player/vue": "1.0.0",
"video.js": "8.19.2"
}
}