This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
{
"name": "halo-comment-normal",
"version": "1.1.1",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-comment": "vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue'",
"lint": "vue-cli-service lint"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.19.0",
"highlight": "^0.2.4",
"highlight.js": "^10.1.1",
"highlightjs": "^9.16.2",
"marked": "^1.1.0",
"md5": "^2.2.1",
"promise.prototype.finally": "^3.1.2",
"ua-parser-js": "^0.7.21",
"viewerjs": "^1.6.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"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": "<h1 align=\"center\"><a href=\"https://github.com/halo-dev\" target=\"_blank\">halo-comment-normal</a></h1> > 适用于 Halo 的评论组件。",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/halo-dev/halo-comment-normal.git"
},
"author": "Ryan Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/halo-dev/halo-comment-normal/issues"
},
"homepage": "https://github.com/halo-dev/halo-comment-normal#readme"
}