-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 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
{
"name": "react-multiple-datepicker",
"version": "0.0.3",
"description": "Multiple Datepicker React",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd example && yarn install && yarn start",
"build": "./node_modules/.bin/babel ./lib -d ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeinfuse/react-multiple-datepicker.git"
},
"keywords": [
"multi-datepicker",
"react-datepicker",
"react-multiple-datepicker",
"multiple",
"datepicker"
],
"author": {
"name": "Bilal Budhani",
"email": "bilalbudhani@gmail.com",
"url": "https://bilalbudhani.com"
},
"contributors": [
"Amit Solanki <amit.fash@gmail.com> (http://solankiamit.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/codeinfuse/react-multiple-datepicker/issues"
},
"homepage": "https://github.com/codeinfuse/react-multiple-datepicker#readme",
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": "^2.1.2",
"warning": "^3.0.0",
"yarn": "^1.2.0"
},
"devDependencies": {
"babel-cli": "^7.0.0-beta.2",
"babel-eslint": "7",
"babel-preset-env": "^2.0.0-beta.2",
"babel-preset-react": "^7.0.0-beta.2",
"babel-preset-stage-1": "^6.24.1",
"eslint": "3.x",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"prettier-eslint": "^8.2.0"
}
}