-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.51 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "netease-cloud-music-react",
"version": "0.1.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/react": "^7.5.1",
"@sentry/tracing": "^7.5.1",
"@tanstack/react-virtual": "3.0.0-beta.2",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-slick": "^0.23.8",
"@types/styled-components": "^5.1.25",
"ahooks": "^3.3.0",
"antd": "^4.19.5",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"craco-less": "^2.0.0",
"eslint-config-prettier": "^8.5.0",
"normalize.css": "^8.0.1",
"ramda": "^0.28.0",
"rc-pagination": "^3.1.17",
"react": "^18.0.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"react-redux": "7.2.4",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-slick": "^0.28.1",
"react-thunk": "^1.0.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"prepare": "husky install",
"cm": "git-cz"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@commitlint/config-angular": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.218",
"@testing-library/dom": "^8.12.0",
"@types/ramda": "^0.28.20",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "9",
"babel-plugin-import": "^1.13.5",
"babel-plugin-styled-components": "^2.0.7",
"commitizen": "^4.2.4",
"commitlint": "^16.2.3",
"compression-webpack-plugin": "^10.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-define-config": "^1.3.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "7",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.12",
"stylelint-config-selling": "^0.0.3",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"thread-loader": "^3.0.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}