-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.03 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
{
"name": "react-integration",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@google/earthengine": "^0.1.216",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"@material-ui/pickers": "^3.2.10",
"@material/react-checkbox": "^0.15.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"chartjs-plugin-downsample": "^1.1.0",
"clsx": "^1.1.0",
"date-fns": "^2.9.0",
"export-svg-with-styles": "0.0.4",
"firebase": "^7.14.2",
"google-map-react": "^1.1.6",
"google-maps": "^4.2.3",
"material-table": "^1.57.2",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.24.0",
"rc-dropdown": "^3.2.0",
"react": "^16.12.0",
"react-chartjs-2": "^2.9.0",
"react-component-export-image": "^0.1.7",
"react-csv": "^2.0.3",
"react-dom": "^16.12.0",
"react-firebase-file-uploader": "^2.4.3",
"react-perfect-scrollbar": "^1.5.8",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-toastify": "^6.0.9",
"react-virtualized-auto-sizer": "^1.0.2",
"react-vis": "^1.11.7",
"sweetalert": "^2.1.2",
"uuid": "^8.3.0",
"validate.js": "^0.13.1"
},
"scripts": {
"start": "REACT_APP_STAGE=development react-scripts start",
"start:local": "REACT_APP_STAGE=local react-scripts start",
"start:stage": "REACT_APP_STAGE=staging react-scripts start",
"start:prod": "REACT_APP_STAGE=production react-scripts start",
"build": "REACT_APP_STAGE=development react-scripts build",
"build:stage": "REACT_APP_STAGE=staging react-scripts build",
"build:prod": "REACT_APP_STAGE=production react-scripts build",
"deploy": "npm run build && firebase use climate-ai && firebase deploy",
"deploy:stage": "npm run build:stage && firebase use climateai-staging-dashboard && firebase deploy",
"deploy:prod": "npm run build:prod && firebase use climate-ai-prod-dashboard && firebase deploy",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"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/core": "^7.11.4",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-essentials": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/node-logger": "^6.0.16",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.16",
"babel-loader": "^8.1.0",
"prettier": "^2.0.5",
"react-is": "^16.13.1"
}
}