-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "react-maskedinput",
"version": "1.0.0",
"description": "React component for masked Input Form",
"author": "Maxim Kuzmitskyi <[email protected]>",
"homepage": "https://github.com/MaximusFT/react-maskedinput",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "http://github.com/MaximusFT/react-maskedinput.git"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"prop-types": "^15.6.1",
"react": "16.2.0",
"react-dom": "16.2.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^21.0.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-react": "^7.7.0",
"react": "16.x",
"react-dom": "16.x"
},
"keywords": [
"react",
"masked",
"input",
"react-component"
]
}