-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "HeartBeat",
"version": "1.0.0",
"main": "index.js",
"description": "An awesome blog generator",
"author": "蝉時雨 <me@chanshiyu.com>",
"license": "MIT",
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "eslint --ext .js src test",
"precommit": "yarn lint -- --fix"
},
"dependencies": {
"baguettebox.js": "^1.11.0",
"classnames": "^2.2.6",
"fontfaceobserver": "^2.1.0",
"gitalk": "^1.4.1",
"leancloud-storage": "^3.11.1",
"lodash": "^4.17.11",
"marked": "^0.6.0",
"prismjs": "^1.15.0",
"smooth-scroll": "^15.0.0",
"timeago.js": "^3.0.2",
"umi": "^2.3.2"
},
"devDependencies": {
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.12.0",
"eslint-config-umi": "^1.3.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"umi-plugin-react": "^1.3.3"
}
}