-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
32 lines (32 loc) · 942 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
{
"name": "ctjs-docs",
"version": "1.0.0",
"description": "Nice to meet you! Here you will find all the official documentation and tutorials for ct.js.",
"main": "",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ct-js/docs.ctjs.rocks.git"
},
"author": "Cosmo Myzrail Gorynych",
"license": "Creative Commons Attribution-ShareAlike 4.0 International",
"bugs": {
"url": "https://github.com/ct-js/docs.ctjs.rocks/issues"
},
"homepage": "https://github.com/ct-js/docs.ctjs.rocks#readme",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-search": "2.0.0-rc.66",
"sass-embedded": "^1.83.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
},
"prettier": {
"singleQuote": true
},
"packageManager": "[email protected]"
}