forked from react-component/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.67 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
{
"name": "rc-calendar",
"version": "10.0.0-alpha.1",
"description": "React Calendar",
"keywords": [
"calendar",
"component",
"react",
"react-calendar",
"react-component",
"ui",
"ui component"
],
"homepage": "http://github.com/react-component/calendar",
"bugs": {
"url": "http://github.com/react-component/calendar/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:react-component/calendar.git"
},
"author": "[email protected]",
"files": [
"lib",
"es",
"assets/*.css",
"dist"
],
"main": "lib/index",
"module": "es/index",
"types": "index.d.ts",
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js --fix",
"start": "cross-env NODE_ENV=development STORYBOOK_THEME=dark father doc dev --storybook",
"test": "father test"
},
"dependencies": {
"classnames": "2.x",
"moment": "2.x",
"prop-types": "^15.5.8",
"rc-trigger": "^4.0.0-alpha.6",
"rc-util": "^4.1.1",
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@umijs/fabric": "^2.0.0-beta.3",
"cross-env": "^7.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.6.0",
"father": "^2.26.0",
"mockdate": "^2.0.1",
"np": "^6.0.0",
"rc-dialog": "^7.0.0",
"rc-select": "^10.0.0-alpha.29",
"rc-time-picker": "^4.0.0-alpha.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-test-renderer": "^16.0.0"
},
"licenses": "MIT"
}