-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.79 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
{
"name": "wieldy-hook",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"amcharts3": "^3.21.15",
"antd": "^4.2.0",
"antd-theme-webpack-plugin": "^1.3.4",
"app-redux": "^2.0.3",
"axios": "^0.19.0",
"connected-react-router": "^6.6.1",
"draftjs-to-html": "^0.9.1",
"firebase": "^7.6.1",
"instantsearch.css": "^7.3.1",
"less": "^3.10.3",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-big-calendar": "^0.23.0",
"react-bootstrap-sweetalert": "^5.1.9",
"react-ckeditor-component": "^1.1.0",
"react-color": "^2.17.3",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.12.0",
"react-draft-wysiwyg": "^1.14.3",
"react-flip-move": "^3.0.4",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^4.12.18",
"react-instantsearch": "^6.1.0",
"react-instantsearch-dom": "^6.1.0",
"react-intl": "^3.9.3",
"react-notifications": "^1.4.3",
"react-placeholder": "^3.0.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"react-scripts": "^3.4.0",
"react-simple-maps": "^0.12.1",
"react-slick": "^0.25.2",
"react-sortable-hoc": "^1.10.1",
"react-star-rating-component": "^1.4.1",
"react-stickies": "^0.0.16",
"recharts": "^2.0.0-beta.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"rheostat": "^4.1.0",
"slick-carousel": "^1.8.1",
"url-search-params": "^1.1.0",
"victory": "^34.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"less": "lessc --js src/styles/wieldy.less public/css/style.css --compress -x"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"verbose": true,
"moduleNameMapper": {
"src(.*)$": "<rootDir>/src$1"
}
},
"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",
"json-server": "^0.16.1",
"json-server-auth": "^2.0.2",
"less-loader": "^5.0.0",
"react-app-rewired": "^2.1.5"
}
}