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 22
/
package.json
56 lines (56 loc) · 1.76 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
{
"name": "halo-comment-normal",
"version": "1.5.0-alpha.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:wc": "vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue'",
"dev:wc": "vue-cli-service build --target wc --name halo-comment 'src/components/Comment.vue' --watch",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@halo-dev/content-api": "^1.0.0",
"@joeattardi/emoji-button": "^4.6.4",
"autosize": "^4.0.4",
"marked": "^4.0.15",
"md5": "^2.3.0",
"ua-parser-js": "^0.7.31",
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"autoprefixer": "^10.4.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.24",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "<h1 align=\"center\"><a href=\"https://github.com/halo-dev\" target=\"_blank\">halo-comment-normal</a></h1> > 适用于 Halo 的评论组件。",
"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"
}