-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "mo-yu",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"antd": "^4.18.2",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"iconv-lite": "^0.6.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "^12.0.7",
"rc-virtual-list": "^3.4.2",
"react": "^16.12.0",
"react-dom": "^17.0.2",
"store": "^2.0.12",
"swr": "^1.1.2",
"tunnel": "^0.0.6"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.19",
"@types/tunnel": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.7",
"husky": "^7.0.4",
"lint-staged": ">=10",
"sass": "^1.32.8",
"styled-components": "^5.3.3",
"typescript": "^4.5.4"
},
"license": "MIT",
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "eslint --cache --fix --ext .js,.jsx,.ts,.tsx"
}
}