-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.13 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
{
"name": "mui-daterange",
"version": "0.1.0",
"main": "dist/index.js",
"umd:main": "dist/mui-daterange.umd.production.js",
"module": "dist/mui-daterange.es.production.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/google-map-react": "^1.1.2",
"@types/jest": "^24.0.21",
"@types/react": "^16.9.11",
"@types/react-dates": "^17.1.5",
"@types/react-dom": "^16.9.3",
"@types/react-places-autocomplete": "^7.2.5",
"@types/react-select": "^3.0.8",
"@types/yup": "^0.26.24",
"husky": "^2.3.0",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.6.4"
},
"dependencies": {
"@date-io/core": "^1.3.11",
"@date-io/moment": "^1.3.11",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.7",
"@material-ui/styles": "^4.5.2",
"@material-ui/system": "^4.5.2",
"classnames": "^2.2.6",
"context": "^0.0.1",
"date-fns": "^2.6.0",
"downshift": "^3.4.1",
"formik": "^2.0.3",
"google-map-react": "^1.1.5",
"helpers": "^0.0.6",
"kalendaryo": "^1.11.1",
"material-ui-pickers": "^2.2.4",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-dates": "^21.3.2",
"react-intl": "^3.4.0",
"react-places-autocomplete": "^7.2.1",
"react-select": "^3.0.8",
"react-spinners": "^0.6.1",
"react-transition-group": "^4.3.0",
"styled-components": "^4.4.1",
"utils": "^0.3.1",
"warning": "^4.0.3",
"yup": "^0.27.0"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/[email protected]"
},
"packageManager": "npm"
}
}