-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "@vuepress/theme-default",
"version": "2.0.0-beta.26",
"description": "Default theme of VuePress",
"keywords": [
"vuepress-theme",
"vuepress",
"theme",
"default"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
},
"license": "MIT",
"author": "Evan You",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,scss}\" lib"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.26",
"@vuepress/core": "2.0.0-beta.26",
"@vuepress/plugin-active-header-links": "2.0.0-beta.26",
"@vuepress/plugin-back-to-top": "2.0.0-beta.26",
"@vuepress/plugin-container": "2.0.0-beta.26",
"@vuepress/plugin-git": "2.0.0-beta.26",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.26",
"@vuepress/plugin-nprogress": "2.0.0-beta.26",
"@vuepress/plugin-palette": "2.0.0-beta.26",
"@vuepress/plugin-prismjs": "2.0.0-beta.26",
"@vuepress/plugin-theme-data": "2.0.0-beta.26",
"@vuepress/shared": "2.0.0-beta.25",
"@vuepress/utils": "2.0.0-beta.25",
"@vueuse/core": "^6.0.0",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"vue": "^3.2.3",
"vue-router": "^4.0.10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6cbf3e07b2871383cebad5180fcbb02d69c79566"
}