-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.1 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
{
"name": "halo-comment-dream",
"version": "1.1.6",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:wc": "cross-env ASSETS=npm npx vue-cli-service build --target wc --name halo-comment src/components/Comment.vue",
"build:theme": "cross-env ASSETS=theme npx vue-cli-service build --target wc --name halo-comment src/components/Comment.vue",
"dev:wc": "cross-env ASSETS=npm npx vue-cli-service build --target wc --name halo-comment src/components/Comment.vue --watch",
"dev:theme": "cross-env ASSETS=theme npx vue-cli-service build --target wc --name halo-comment src/components/Comment.vue --watch",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@halo-dev/admin-api": "^1.1.0",
"@halo-dev/content-api": "^1.0.0",
"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",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"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",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "halo-theme-dream 博客主题对应的博客评论组件,适用于 Halo 博客系统。",
"keywords": [
"halo",
"halo-comment",
"halo-comment-component",
"halo-comment-dream"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nineya/halo-comment-dream.git"
},
"author": "nineya",
"license": "MIT",
"bugs": {
"url": "https://github.com/nineya/halo-comment-dream/issues"
},
"homepage": "https://github.com/nineya/halo-comment-dream#readme"
}