UNPKG

1.86 kBJSONView Raw
1{
2 "name": "rc-time-picker",
3 "version": "3.7.2",
4 "description": "React TimePicker",
5 "keywords": [
6 "react",
7 "react-time-picker",
8 "react-component",
9 "timepicker",
10 "time-picker",
11 "ui component",
12 "ui",
13 "component"
14 ],
15 "files": [
16 "lib",
17 "es",
18 "assets/*.css",
19 "index.d.ts"
20 ],
21 "main": "lib/index",
22 "module": "es/index",
23 "homepage": "http://github.com/react-component/time-picker",
24 "author": "wuzhao.mail@gmail.com",
25 "repository": {
26 "type": "git",
27 "url": "git@github.com:react-component/time-picker.git"
28 },
29 "bugs": {
30 "url": "http://github.com/react-component/time-picker/issues"
31 },
32 "licenses": "MIT",
33 "config": {
34 "port": 8011
35 },
36 "scripts": {
37 "build": "rc-tools run build",
38 "compile": "rc-tools run compile --babel-runtime",
39 "gh-pages": "rc-tools run gh-pages",
40 "start": "rc-tools run server",
41 "pub": "rc-tools run pub --babel-runtime",
42 "lint": "rc-tools run lint",
43 "lint:fix": "rc-tools run lint --fix",
44 "prettier": "rc-tools run prettier",
45 "test": "rc-tools run test",
46 "prepublish": "rc-tools run guard",
47 "init-tslint": "rc-tools run init-tslint",
48 "coverage": "rc-tools run test --coverage",
49 "pre-commit": "rc-tools run pre-commit",
50 "lint-staged": "lint-staged"
51 },
52 "devDependencies": {
53 "enzyme": "^3.8.0",
54 "lint-staged": "^9.0.0",
55 "pre-commit": "1.x",
56 "rc-tools": "^9.2.0",
57 "rc-util": "^4.0.2",
58 "react": "^16.0.0",
59 "react-dom": "^16.0.0"
60 },
61 "pre-commit": [
62 "lint-staged"
63 ],
64 "lint-staged": {
65 "*.{js,jsx,ts,tsx}": [
66 "npm run pre-commit",
67 "git add"
68 ]
69 },
70 "dependencies": {
71 "classnames": "2.x",
72 "moment": "2.x",
73 "prop-types": "^15.5.8",
74 "raf": "^3.4.1",
75 "rc-trigger": "^2.2.0",
76 "react-lifecycles-compat": "^3.0.4"
77 }
78}