-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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-carousel-calendar",
"version": "0.0.4",
"description": "📆 React calendar with carousel",
"main": "dist/index.js",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"hompage": "https://github.com/healtheloper/react-carousel-calendar#readme",
"bugs": {
"url": "https://github.com/healtheloper/react-carousel-calendar/issues"
},
"scripts": {
"start": "npm run build && webpack serve --config sample/webpack.config.js",
"build": "babel lib --out-dir dist"
},
"keywords": [
"react",
"react-carousel-calendar",
"react-calendar",
"react-calendar-carousel",
"calendar-carousel",
"carousel-calendar"
],
"author": {
"name": "healtheloper",
"email": "[email protected]",
"url": "https://github.com/healtheloper"
},
"repository": {
"type": "git",
"url": "git+https://github.com/healtheloper/react-carousel-calendar.git"
},
"license": "MIT",
"dependencies": {
"@emotion/styled": "^11.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"babel-loader": "^8.2.5",
"core-js": "^3.22.8",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
}
}