-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 1.61 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
69
{
"name": "halo-comment-yu",
"version": "v1.5.7",
"main": "dist/halo-comment.min.js",
"private": false,
"files": [
"dist",
"cdn"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:wc": "cross-env vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue'"
},
"dependencies": {
"autosize": "^5.0.1",
"axios": "^0.27.2",
"marked": "^2.1.3",
"md5": "^2.3.0",
"promise.prototype.finally": "^3.1.3",
"ua-parser-js": "^0.7.31",
"viewerjs": "^1.10.5",
"vue": "^2.7.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"core-js": "^3.23.4",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.53.0",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.7.7"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "适用于 Halo 的评论组件",
"repository": {
"type": "git",
"url": "git+https://github.com/cetr/halo-comment-yu.git"
},
"author": "知雨",
"license": "ISC",
"bugs": {
"url": "https://github.com/cetr/halo-comment-yu/issues"
},
"homepage": "https://github.com/cetr/halo-comment-yu#readme"
}