-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "@jinyaoma/mustom-next",
"version": "0.0.1-20210418.1548",
"description": "",
"scripts": {
"playground": "node playground.js",
"build:icons": "node icons/index.js",
"build:style-theme": "gulp build",
"build:packages": "vue-cli-service build --target lib --name mustom-next --dest build/packages packages/index.js",
"build:docs": "vuepress build docs",
"serve:docs": "vuepress dev docs",
"deploy": "deploy.sh",
"usenpm": "npmuser.sh npm",
"usegithub": "npmuser.sh github",
"publish": "npm publish --access=public"
},
"main": "build/packages/mustom-next.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jinyaoMa/mustom-next.git"
},
"author": "jinyaoMa",
"license": "MIT",
"bugs": {
"url": "https://github.com/jinyaoMa/mustom-next/issues"
},
"homepage": "https://github.com/jinyaoMa/mustom-next#readme",
"publishConfig": {
"access": "public"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"@vue/cli-service": "^4.5.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-stylus": "^2.7.0",
"svgs2font": "jinyaoMa/svgs2font#v1.0.7-mustom.next",
"vuepress-plugin-vue-demo": "^1.0.15"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@vuepress/plugin-blog": "jinyaoMa/vuepress-plugin-blog#1.9.4-mustom.next",
"@vuepress/plugin-pwa": "^1.8.2",
"markdown-it-footnote": "^3.0.2",
"vuepress": "^1.8.0",
"vuepress-plugin-helper-live2d": "^1.0.2",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-social-share": "^1.0.0"
}
}