-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.99 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
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@babel/preset-env": "^7.11.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/react": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.0",
"@reduxjs/toolkit": "^1.2.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.4.3",
"antd-img-crop": "^3.13.2",
"axios": "^0.20.0",
"bad-words": "^3.0.4",
"connected-react-router": "^6.8.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"history": "^4.10.1",
"immer": "^7.0.9",
"jest-extended": "0.11.5",
"jwt-decode": "^2.2.0",
"konva": "^7.2.2",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"moment-timezone": "^0.5.32",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-avatar-edit": "^0.9.0",
"react-awesome-reveal": "^3.5.2",
"react-canvas-draw": "^1.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.14.0",
"react-dom": "^16.13.1",
"react-geocode": "^0.2.2",
"react-google-places-autocomplete": "^3.0.0",
"react-infinite-scroll-component": "^5.1.0",
"react-infinite-scroller": "^1.2.4",
"react-konva": "^16.13.0-6",
"react-number-format": "^4.4.1",
"react-perfect-scrollbar": "^1.5.8",
"react-phone-input-2": "^2.13.8",
"react-quill": "^1.3.5",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-transition-group": "^4.4.1",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-mock-store": "1.5.4",
"redux-reset": "^0.3.0",
"redux-saga": "^1.1.3",
"styled-components": "^5.0.1",
"styled-theme": "^0.3.3",
"use-image": "^1.0.7",
"yup": "^0.32.8"
},
"scripts": {
"dev": "run-p server start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest -w 1 --config jest.config.js",
"test:watch": "jest -w 1 --config jest.config.js --watch",
"coverage": "jest -w 1 --config jest.config.js --coverage",
"eject": "react-scripts eject",
"server": "node-env-run server --exec nodemon | pino-colada"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"react-hooks/exhaustive-deps": "off",
"jsx-a11y/anchor-is-valid": "off"
}
},
"prettier": {
"printWidth": 120
},
"homepage": ".",
"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/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "7.9.0",
"@babel/plugin-transform-regenerator": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-jest": "24.9.0",
"body-parser": "^1.19.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-react-app": "^5.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "2.2.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"express-pino-logger": "^5.0.0",
"jest": "24.9.0",
"jsdom": "^16.3.0",
"node-env-run": "^4.0.2",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"pino-colada": "^2.1.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1"
}
}