-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "react-datepickers",
"version": "2.0.0",
"description": "Pickers with masked inputs",
"repository": {
"type": "git",
"url": "https://github.com/experium/react-datepicker.git"
},
"homepage": "https://experium.github.io/react-datepicker/",
"main": "index.js",
"module": "./index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:ci": "CI=true npm test a -- --runInBand",
"build:ci": "NODE_ENV=production babel src --ignore index.js,setupTests.js,example,__test__ --out-dir ./lib"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"antd": ">=4.0.0",
"classnames": ">=2.2.5",
"moment": ">=2.18.0",
"prop-types": ">=15.5",
"ramda": ">=0.26.1",
"react": ">=16.2.0",
"react-dom": ">=16.2.0",
"react-text-mask": ">=5.0.0"
},
"devDependencies": {
"antd": "^4.2.4",
"babel-cli": "^6.24.1",
"classnames": "^2.2.5",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"ramda": "^0.26.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "^1.0.11",
"react-text-mask": "^5.0.2"
}
}