-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 982 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
32
33
34
35
36
37
38
39
40
41
{
"name": "react-input-date-mask",
"version": "1.0.5",
"description": "Masked input component for React",
"main": "./lib/ReactInputDateMask.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"react",
"input",
"date",
"mask",
"mask-input",
"date-format",
"react-component"
],
"author": "Elena Tereshina <[email protected]>",
"homepage": "https://github.com/elter1109/react-input-date-mask",
"bugs": {
"url": "https://github.com/elter1109/react-input-date-mask/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/elter1109/react-input-date-mask"
},
"license": "ISC",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"path": "^0.12.7",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
}
}