generated from ant-design/create-react-app-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.46 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.46 KB
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
{
"name": "create-react-app-antd",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@convergence/ace-collab-ext": "^0.4.0",
"@convergence/color-assigner": "^0.3.0",
"@convergence/convergence": "^1.0.0-rc.7",
"@convergencelabs/monaco-collab-ext": "^0.3.0",
"@craco/craco": "^5.6.4",
"@lottiefiles/react-lottie-player": "^2.1.8",
"@monaco-editor/react": "^3.6.2",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.1.0",
"ace-builds": "^1.4.12",
"antd": "^4.5.2",
"antd-theme-webpack-plugin": "^1.3.6",
"axios": "^0.20.0",
"craco-less": "^1.17.0",
"language-detect": "^1.1.0",
"lottie-player": "^1.0.0",
"mediasoup-client": "^2.4.10",
"monaco-editor-webpack-plugin": "^1.9.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-ace": "^9.1.3",
"react-chat-widget": "^3.0.5",
"react-chat-window": "^1.2.1",
"react-cookie": "^4.0.3",
"react-cookies": "^0.1.1",
"react-css-theme-switcher": "^0.1.6",
"react-dark-mode-toggle": "^0.0.9",
"react-dom": "^16.13.1",
"react-floating-action-button": "^1.0.5",
"react-ga": "^3.1.2",
"react-google-button": "^0.7.1",
"react-html-parser": "^2.0.2",
"react-joyride": "^2.2.1",
"react-lottie": "^1.2.3",
"react-monaco-editor": "^0.40.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-split-pane": "^0.1.92",
"react-toggle-dark-mode": "^1.0.2",
"reactjs-localstorage": "^1.0.1",
"reconnecting-websocket": "^4.4.0",
"socket.io-client": "^2.3.0",
"terser-webpack-plugin": "^4.2.3",
"validator": "^13.1.1",
"xterm-addon-attach": "^0.6",
"xterm-addon-fit": "^0.4.0",
"xterm-for-react": "^1.0.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": "react-app"
},
"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": "^9.8.6",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"less-plugin-npm-import": "^2.1.0"
}
}