-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "style-guide",
"version": "0.1.0",
"private": true,
"dependencies": {
"chroma-js": "^1.3.6",
"google-map-react": "^1.1.4",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"pace": "0.0.4",
"pace-js": "^1.0.2",
"react": "^16.8.5",
"react-country-region-selector": "^1.4.3",
"react-custom-scrollbars": "^4.2.1",
"react-data-components": "^1.2.0",
"react-datepicker": "^2.3.0",
"react-dom": "^16.8.5",
"react-dropzone": "^10.1.5",
"react-modal": "^3.8.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-scroll-up-button": "^1.6.4",
"react-select": "^2.4.3",
"react-social-login-buttons": "^2.3.1",
"react-spinners": "^0.5.4",
"react-syntax-highlighter": "^7.0.1",
"recharts": "^1.5.0",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-to-print": "^2.1.1"
}
}