-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.75 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
{
"name": "conshare",
"version": "1.1.0",
"private": true,
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.3.0",
"@babel/compat-data": "^7.12.7",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0",
"algoliasearch": "^4.8.5",
"amcharts3": "^3.21.15",
"antd": "^4.15.1",
"antd-theme-webpack-plugin": "^1.3.7",
"app-redux": "^2.0.3",
"axios": "^0.21.1",
"connected-react-router": "^6.8.0",
"d3-scale": "^3.2.3",
"draftjs-to-html": "^0.9.1",
"firebase": "^8.2.3",
"instantsearch.css": "^7.4.5",
"less": "^4.1.0",
"less-loader": "5.0.0",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-big-calendar": "^0.30.0",
"react-bootstrap-sweetalert": "^5.2.0",
"react-ckeditor-component": "^1.1.0",
"react-color": "^2.19.3",
"react-custom-scrollbars": "^4.2.1",
"react-dev-utils": "^11.0.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-draft-wysiwyg": "^1.14.5",
"react-flip-move": "^3.0.4",
"react-google-maps": "^9.4.5",
"react-instantsearch": "^6.8.2",
"react-instantsearch-dom": "^6.10.3",
"react-intl": "^5.10.16",
"react-notifications": "^1.7.2",
"react-placeholder": "^4.0.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "^4.0.1",
"react-simple-maps": "^2.3.0",
"react-slick": "^0.27.14",
"react-sortable-hoc": "^1.11.0",
"react-star-rating-component": "^1.4.1",
"react-stickies": "^0.0.16",
"recharts": "^2.0.3",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"rheostat": "^4.1.1",
"slick-carousel": "^1.8.1",
"url-search-params": "^1.1.0",
"victory": "^35.4.6"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired --env=jsdom",
"less": "lessc --js src/styles/wieldy.less public/css/style.css && lessc --js src/styles/wieldy.less public/css/style.min.css --compress -x"
},
"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": {
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"react-app-rewired": "^2.1.5"
}
}