-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 944 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
{
"name": "yartu-whitepaper",
"version": "1.0.0",
"description": "Yartu Blocksuite Whitepaper",
"title": "Yartu Blocksuite Whitepaper",
"base": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "Yartu Information Technologies TÜ.",
"license": "MIT",
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@vuepress/theme-default": "^2.0.0-beta.48",
"@vueuse/core": "^8.9.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^2.0.0-beta.48",
"@vuepress/plugin-docsearch": "^2.0.0-beta.48",
"@vuepress/plugin-nprogress": "^2.0.0-beta.48",
"@vuepress/plugin-register-components": "^2.0.0-beta.48",
"@vuepress/plugin-search": "^2.0.0-beta.48",
"vuepress": "^2.0.0-beta.48",
"vuepress-vite": "^2.0.0-beta.48"
}
}