-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
120 lines (120 loc) · 3.34 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
{
"name": "yyetsbot",
"version": "1.4.4",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.1.20",
"@ctrl/react-adsense": "^1.7.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.0",
"@types/pangu": "^4.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-window": "^1.8.8",
"adblock-detect-react": "^1.1.0",
"axios": "^0.27.2",
"bowser": "^2.11.0",
"clsx": "^1.2.1",
"compressorjs": "^1.2.1",
"dayjs": "^1.11.13",
"formik": "^2.2.9",
"http-proxy-middleware": "^2.0.0",
"js-cookie": "^3.0.1",
"material-ui-popup-state": "^4.0.2",
"md5": "^2.3.0",
"notistack": "^1.0.9",
"pangu": "^4.0.7",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-easy-crop": "^4.7.3",
"react-github-btn": "^1.4.0",
"react-redux": "^8.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.10",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"source-map-explorer": "^2.5.3",
"super-tiny-icons": "^0.6.0",
"typescript": "^4.8.3",
"web-vitals": "^3.4.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/js-cookie": "^3.0.1",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.18.4",
"cz-conventional-changelog": "3.3.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^10.1.0",
"prettier": "^3.1.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"release": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"react-app",
"airbnb-typescript",
"prettier"
],
"rules": {
"import/prefer-default-export": "off",
"import/no-default-export": "off",
"react/jsx-props-no-spreading": "off",
"react/require-default-props": "off",
"no-use-before-define": "off",
"jsx-a11y/anchor-is-valid": "off",
"@typescript-eslint/no-unused-vars": "off"
}
},
"prettier": {
"printWidth": 120
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=16 <=20"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}