-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "my-blog",
"version": "1.0.0-rc",
"dependencies": {
"antd": "^3.13.5",
"dayjs": "^1.8.11",
"draft-js": "^0.10.5",
"highlight.js": "^9.15.6",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.5",
"react-app-rewire-less": "^2.1.1",
"react-loadable": "^5.5.0",
"react-markdown": "^3.6.0",
"react-mde": "^6.0.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"redux": "^4.0.0",
"showdown": "^1.9.0",
"urijs": "^1.19.1"
},
"license": "MIT",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"format": "prettier --write 'src/**/*.{js,jsx,less}'",
"analysis": "ANALYSIS=1 yarn start"
},
"proxy": "http://blog.masongzhi.cn",
"devDependencies": {
"babel-plugin-import": "^1.6.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^2.6.2",
"husky": "^1.0.0-rc.15",
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0",
"react-app-rewired": "^1.6.2",
"webpack-bundle-analyzer": "^3.0.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}