-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3 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
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": "key_project",
"version": "1.0.0",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-unused-expressions": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@ant-design/icons": "4.8.1",
"@reduxjs/toolkit": "^1.2.3",
"@rjsf/antd": "^2.3.0",
"@rjsf/core": "^2.3.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/react-scroll": "^1.5.4",
"@u-wave/react-vimeo": "0.9.5",
"acorn": "^7.1.0",
"antd": "4.24.14",
"axios": "^1.5.0",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"com": "0.0.5",
"core-js": "^2.6.12",
"date-fns": "^2.9.0",
"dayjs": "^1.8.33",
"dotenv": "^8.2.0",
"dotenv-webpack": "^7.0.2",
"global": "^4.4.0",
"history": "^4.10.1",
"json-schema": "^0.2.5",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"moment": "2.29.4",
"moment-timezone": "^0.5.28",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.0.0",
"react-big-calendar": "1.8.2",
"react-chartjs-2": "^2.10.0",
"react-confetti": "6.1.0",
"react-dom": "^17.0.1",
"react-highlight-words": "0.20.0",
"react-infinite-scroller": "^1.2.4",
"react-quill": "2.0.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.7.16",
"redux-thunk": "^2.3.0",
"sass": "1.66.1",
"styled-components": "^5.0.1",
"ts-loader": "^8.0.0",
"twilio": "^3.39.3",
"twilio-chat": "^3.3.4",
"typescript": "^4.5.5",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.149",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^13.7.4",
"@types/numeral": "0.0.26",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-big-calendar": "^0.24.0",
"@types/react-dom": "17.0.11",
"@types/react-highlight-words": "^0.16.0",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.3",
"@types/twilio": "^2.11.0",
"less": "^3.10.3",
"prettier": "^2.0.4",
"rimraf": "^3.0.2"
},
"alias": {
"apps": "./src/apps",
"components": "./src/components",
"copy": "./src/copy",
"hooks": "./src/hooks",
"libs": "./src/libs",
"store": "./src/store",
"style": "./src/style"
},
"compress": {
"concurrency": 4,
"threshold": 1000000,
"brotli": {
"enabled": false
},
"gzip": {
"enabled": true,
"numIterations": 1
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
}