forked from qinhua/halo-comment-joe2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "halo-comment-joe2.0",
"version": "1.0.0",
"private": false,
"scripts": {
"serve": "cross-env vue-cli-service serve",
"build": "cross-env vue-cli-service build",
"build-comment": "cross-env npx vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue'",
"lint": "cross-env vue-cli-service lint"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.21.1",
"j-marked": "^1.0.8",
"jquery": "^3.6.0",
"md5": "^2.3.0",
"promise.prototype.finally": "^3.1.2",
"ua-parser-js": "^0.7.24",
"vue": "^2.6.12",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "<h1 align=\"center\"><a href=\"https://github.com/qinhua\" target=\"_blank\">halo-comment-joe2.0</a></h1> > 适用于 halo-theme-joe2.0 的评论组件。",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://gitee.com/duider/halo-comment-joe2.0.git"
},
"author": "qinhua",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/duider/halo-comment-joe2.0/issues"
},
"homepage": "https://gitee.com/duider/halo-comment-joe2.0#readme"
}