forked from tsedio/vuepress-theme-tsed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.06 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@tsed/root",
"version": "2.10.3",
"description": "Vuepress theme for tsed.io",
"repository": "https://github.com/TypedProject/vuepress-theme-tsed",
"author": "Romain Lenzotti",
"license": "MIT",
"private": true,
"scripts": {
"build": "monorepo build",
"publish": "monorepo publish --dry-run",
"serve": "lerna run serve --stream",
"serve:storybook": "lerna run serve --stream --scope @tsed/vuepress-storybook",
"serve:theme": "lerna run serve --stream --scope vuepress-theme-tsed",
"build:storybook": "lerna run build:storybook --stream --scope @tsed/vuepress-storybook",
"publish:storybook": "yarn build:storybook && monorepo publish ghpages",
"test": "exit 0",
"release": "semantic-release"
},
"dependencies": {
"@sass-collective/sass-rem": "^1.4.1",
"@silvanite/vuepress-plugin-tailwind": "^1.3.0",
"@vuepress/plugin-active-header-links": "1.2.0",
"@vuepress/plugin-nprogress": "1.6.0",
"@vuepress/plugin-search": "1.2.0",
"@vuepress/theme-default": "1.5.0",
"axios": "0.19.2",
"docsearch.js": "^2.5.2",
"include-media": "1.4.9",
"lodash": "^4.17.15",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"tailwindcss-inset": "^1.0.0",
"tailwindcss-transforms": "^2.2.0",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.9"
},
"devDependencies": {
"@tsed/monorepo-utils": "^1.9.4",
"lerna": "3.22.0",
"lite-server": "2.5.4",
"semantic-release": "15.13.30",
"vuepress": "1.5.0"
},
"resolutions": {
"watchpack": "1.6.1"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"monorepo": {
"productionBranch": "master",
"developBranch": "master",
"npmAccess": "public",
"npmDistTag": "latest",
"ignoreSyncDependencies": [],
"ghpages": {
"dir": "./packages/storybook/dist",
"url": "https://github.com/TypedProject/vuepress-theme-tsed.git",
"branch": "ghpages",
"cname": "storybook.tsed.io"
}
}
}