-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.07 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
{
"name": "oj_client",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "0.0.1",
"@ant-design/icons": "^4.3.0",
"@ant-design/pro-layout": "^6.5.16",
"@ant-design/pro-skeleton": "^1.0.0-beta.2",
"@craco/craco": "^5.8.0",
"@monaco-editor/react": "^3.7.1",
"@sentry/react": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"antd": "^4.8.2",
"axios": "^0.21.0",
"axios-auth-refresh": "^3.0.0",
"classnames": "^2.2.6",
"craco-antd": "^1.18.1",
"craco-less": "^1.17.1",
"enquire-js": "^0.2.1",
"g": "^2.0.1",
"jwt-decode": "^3.1.2",
"nodemon": "^2.0.6",
"postcss": "^8.1.10",
"query-string": "^6.13.7",
"rc-queue-anim": "^1.8.5",
"rc-texty": "^0.2.0",
"react": "^16.14.0",
"react-css-theme-switcher": "^0.1.6",
"react-dom": "^16.14.0",
"react-gravatar": "^2.6.3",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-mathjax": "^1.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-split-pane": "^0.1.92",
"react-syntax-highlighter": "^15.4.3",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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": {
"autoprefixer": "^10.0.4",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.0",
"less-plugin-npm-import": "^2.1.0",
"monaco-editor-webpack-plugin": "^2.0.0",
"react-snap": "^1.23.0"
}
}