forked from react-scheduler/react-big-schedule
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 3.41 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
86
87
88
89
90
91
92
93
94
95
{
"name": "react-big-schedule",
"version": "4.3.3-beta.1",
"description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
"keywords": [
"react-big-schedule",
"react-scheduler",
"react-schedule",
"react big schedule",
"react scheduler",
"react-big-scheduler",
"react scheduler master",
"react",
"react-big-schedulers",
"react-component",
"antd",
"resource planning",
"scheduler",
"Resource planning",
"Time management",
"Calender",
"Scheduling component",
"React framework",
"Drag-and-drop",
"Resource allocation",
"Time slots",
"Appointment management",
"Interactive UI",
"Modern browser compatibility",
"React-based solution",
"Granular views",
"Productivity enhancement",
"antd"
],
"license": "MIT",
"author": "Ansul Agrawal (https://github.com/ansulagrawal)",
"files": [
"dist",
"README.md",
"License"
],
"main": "dist/index.js",
"homepage": "https://react-big-schedule.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/react-scheduler/react-big-schedule"
},
"bugs": {
"url": "https://github.com/react-scheduler/react-big-schedule/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "node scripts/build.js",
"start": "webpack serve --mode development --config ./webpack/webpack.dev.config.js",
"clean": "rimraf ./dist && mkdir dist",
"lint": "eslint ./src",
"fix": "eslint ./"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.11.3",
"dayjs": "^1.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^18.2.0",
"rrule": "^2.8.1"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}