-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 961 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
36
37
38
39
40
{
"name": "docs",
"version": "0.0.4",
"description": "Documentation for VueYoutube",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint --ext .js,.vue,.ts .",
"serve": "vitepress serve",
"build": "vitepress build",
"dev": "vitepress dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-youtube/docs.git"
},
"keywords": [
"vue",
"youtube",
"typescript",
"vue2",
"vue3",
"youtube-iframe-api"
],
"author": "Techassi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-youtube/docs/issues"
},
"homepage": "https://github.com/vue-youtube/docs#readme",
"dependencies": {
"@techassi/eslint-config": "^0.1.1",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"eslint": "^8.52.0",
"typescript": "^5.2.2",
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.7"
}
}