-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.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
{
"name": "vilike",
"version": "0.2.2",
"author": "Feng L.H.",
"description": "A lightweight counts of visit and like plugin.",
"main": "./dist/Vilike.min.js",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/zpfz/Vilike.js.git"
},
"bugs": {
"url": "https://github.com/zpfz/Vilike.js/issues"
},
"homepage": "https://vilike.pages.dev/",
"keywords": [
"vilike",
"vilikejs",
"visit",
"like",
"counter",
"count",
"view",
"vuepress",
"hexo",
"docusaurus"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/runtime": "^7.14.6",
"babel-loader": "^8.2.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"cross-fetch": "^3.1.4"
}
}