-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "hitalk",
"version": "1.2.6",
"description": "一款快速、简洁且高效的无后端评论系统",
"main": "./lib/Hitalk.js",
"module": "./lib/Hitalk.es.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/ihoey/Hitalk.git",
"fileMap": [
{
"basePath": "dist",
"files": [
"Hitalk*.+(js|map|css)"
]
},
{
"basePath": "src",
"files": [
"*.+(js|map|css|scss)"
]
}
]
},
"dependencies": {
"blueimp-md5": "^2.16.0",
"marked": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"autoprefixer": "^9.8.4",
"bili": "^5.0.5",
"node-sass": "^7.0.1",
"rollup": "^2.18.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-terser": "^6.1.0"
},
"scripts": {
"build:rollup": "BABEL_ENV=build rollup -c --environment NODE_ENV:production",
"build:dev": "BABEL_ENV=dev rollup -c -w --environment NODE_ENV:development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihoey/Hitalk.git"
},
"keywords": [],
"author": "ihoey <mail@ihoey.com> (https://blog.ihoey.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ihoey/Hitalk/issues"
},
"homepage": "https://github.com/ihoey/Hitalk#readme"
}