-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.74 KB
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
{
"name": "react-schedule-beauty-calendar",
"version": "0.4.1",
"description": "react schedule beauty calendar",
"keywords": [
"react",
"react-component",
"course",
"schedule course",
"calendar"
],
"homepage": "https://github.com/zaihui/react-schedule-calendar",
"repository": {
"type": "git",
"url": "https://github.com/zaihui/react-schedule-calendar.git"
},
"author": "csheng.dude@gmail.com",
"license": "MIT",
"files": [
"dist",
"lib",
"es",
"assets/*.css",
"assets/*.less"
],
"main": "lib/index",
"module": "es/index",
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"dependencies": {
"classnames": "^2.2.6",
"dayjs": "^1.9.4",
"react-custom-scrollbars": "^4.2.1",
"rc-tooltip": "^4.2.3"
},
"devDependencies": {
"@ant-design/icons": "^4.2.2",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/warning": "^3.0.0",
"@typescript-eslint/parser": "^4.5.0",
"antd": "^4.7.3",
"cross-env": "^7.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.1.0",
"father": "^2.23.1",
"less": "^3.11.1",
"np": "^6.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"typescript": "^3.9.4"
},
"maintainers": [
"csheng.dude@gmail.com"
]
}