-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "react-mui-scheduler",
"version": "2.0.4",
"description": "📅 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
"main": "dist/index.esm.js",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"react",
"material",
"scheduler",
"material-ui",
"mui",
"calendar"
],
"author": "rouftom",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rouftom/react-mui-scheduler.git"
},
"homepage": "https://github.com/rouftom/react-mui-scheduler#readme",
"bugs": {
"url": "https://github.com/rouftom/react-mui-scheduler/issues"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.5.3",
"@mui/styles": "^5.5.3",
"@mui/system": "^5.5.3",
"date-fns": "^2.28.0",
"i18next": "^21.6.16",
"prop-types": "^15.8.1",
"react-i18next": "^11.16.7"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-json": "^4.1.0",
"autoprefixer": "^10.4.4",
"react": "^17.0.2",
"rollup": "^2.70.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}