UNPKG

2.03 kBJSONView Raw
1{
2 "name": "@material-ui/pickers",
3 "version": "3.3.11",
4 "private": false,
5 "description": "React components, that implements material design pickers for material-ui v4",
6 "keywords": [
7 "material-ui",
8 "pickers",
9 "@material-ui/pickers",
10 "datepicker",
11 "timepicker",
12 "date-picker",
13 "time-picker",
14 "react",
15 "react-component",
16 "material design"
17 ],
18 "sideEffects": false,
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/mui/material-ui-pickers/issues"
22 },
23 "homepage": "https://github.com/mui/material-ui-pickers",
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/mui/material-ui-pickers"
27 },
28 "author": {
29 "name": "Dmitriy Kovalenko",
30 "email": "dmtr.kovalenko@outlook.com"
31 },
32 "peerDependencies": {
33 "@date-io/core": "^1.3.6",
34 "@material-ui/core": "^4.0.0",
35 "prop-types": "^15.6.0",
36 "react": "^16.8.0 || ^17.0.0",
37 "react-dom": "^16.8.0 || ^17.0.0"
38 },
39 "dependencies": {
40 "@babel/runtime": "^7.6.0",
41 "@date-io/core": "1.x",
42 "@types/styled-jsx": "^2.2.8",
43 "clsx": "^1.0.2",
44 "react-transition-group": "^4.0.0",
45 "rifm": "^0.7.0"
46 },
47 "size-limit": [
48 {
49 "path": "build/dist/@material-ui/pickers.esm.js",
50 "limit": "30 KB"
51 }
52 ],
53 "scripts": {
54 "test": "jest",
55 "test:date-fns": "UTILS=date-fns npm run test",
56 "test:luxon": "UTILS=luxon npm run test",
57 "test:moment": "UTILS=moment npm run test",
58 "start": "rollup --config rollup.config.dev.js --watch & npx tsc --watch",
59 "prebuild": "rimraf build",
60 "build:copy": "node copy.js",
61 "build:bundle": "rollup --config",
62 "build:typescript": "tsc --project tsconfig.json",
63 "build": "npm run build:typescript && npm run build:bundle && npm run build:copy",
64 "build:analyze": "npm run build",
65 "release": "yarn test && yarn version && yarn build && yarn publish --non-interactive build"
66 },
67 "main": "./dist/material-ui-pickers.js",
68 "module": "./esm/index.js",
69 "typings": "./index.d.ts"
70}
\No newline at end of file