-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 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
62
63
{
"name": "xiaoyu",
"version": "1.02",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"log": "conventional-changelog -p angular -i commit-log.md -s"
},
"dependencies": {
"@ant-design/charts": "^1.3.6",
"@bytemd/plugin-frontmatter": "^1.14.0",
"@bytemd/plugin-gfm": "^1.14.0",
"@bytemd/plugin-highlight-ssr": "^1.14.0",
"@bytemd/react": "^1.14.0",
"antd": "^4.20.3",
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.5",
"blueimp-md5": "^2.19.0",
"classnames": "^2.3.1",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.5.1",
"http-proxy-middleware": "^2.0.6",
"js-base64": "^3.7.2",
"marked": "^4.0.15",
"mysql": "^2.18.1",
"next": "^12.1.6",
"qs": "^6.10.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-redux": "^8.0.1",
"react-scroll-progress-bar": "^1.1.13",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.51.0"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.181",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}