-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "juejin_by_sos-team",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"commit": "cz",
"prepare": "husky install"
},
"dependencies": {
"@arco-design/web-react": "^2.44.0",
"@bytemd/plugin-frontmatter": "^1.20.2",
"@bytemd/plugin-gfm": "^1.20.2",
"@bytemd/plugin-highlight-ssr": "^1.20.2",
"@bytemd/react": "^1.20.2",
"@next/font": "13.1.2",
"@reduxjs/toolkit": "^1.9.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"axios": "^1.2.2",
"classnames": "^2.3.2",
"eslint-config-next": "13.1.2",
"javascript-time-ago": "^2.5.9",
"lodash-es": "^4.17.21",
"next": "13.1.2",
"next-redux-wrapper": "^8.1.0",
"normalize.css": "^8.0.1",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"typescript": "4.9.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.1",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/lodash-es": "^4.17.6",
"@types/qs": "^6.9.7",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.32.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"next-with-less": "^2.0.5",
"postcss-less": "^6.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}