-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 944 Bytes
/
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
{
"name": "react-calendar-simple",
"description": "This is a very light component that makes it possible to preview the month days of a given date then it returns the selected day when clicked;",
"version": "0.1.3",
"author": "Akram MECHERI <[email protected]> (http://mecheri.altervista.org/)",
"repository": {
"type": "git",
"url": "https://github.com/meshredded/react-calendar-simple"
},
"main": "./build/index.js",
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "babel src --presets babel-preset-es2015 --out-dir build"
},
"keywords": [
"react simple calendar"
],
"license": "MIT"
}