-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "weather-forecast",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.2",
"d3": "^4.11.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-drawer": "^1.2.5",
"react-google-autocomplete": "^1.0.15",
"react-modal": "^3.1.0",
"react-scripts": "1.0.14",
"react-slick": "^0.15.4",
"react-toolbox": "^2.0.0-beta.12",
"react-toolbox-themr": "^1.0.2",
"recharts": "^1.0.0-alpha.6",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"toolbox": "react-toolbox-themr",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"reactToolbox": {
"include": [
"BUTTON",
"DATE_PICKER",
"DRAWER",
"DIALOG"
],
"customProperties": {
"animation-duration": "0.3s",
"color-accent": "var(--palette-pink-a200)",
"color-accent-dark": "var(--palette-pink-700)",
"color-primary-contrast": "var(--color-dark-contrast)",
"color-accent-contrast": "var(--color-dark-contrast)"
},
"output": "src/assets/react-toolbox"
}
}