forked from alexplumb/material-ui-phone-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "material-ui-phone-number",
"version": "2.2.2",
"description": "A material-ui react component to format phone numbers. Based on react-phone-input-2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.config.dev.js --hot --progress --mode development",
"build": "webpack --config webpack.config.build.js --progress --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/alexplumb/material-ui-phone-number"
},
"keywords": [
"material",
"react",
"phone",
"format",
"telephone"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alexplumb/material-ui-phone-number/issues"
},
"homepage": "https://github.com/alexplumb/material-ui-phone-number",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^3.0.0",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^4.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-hot-loader": "^4.12.7",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.0.1",
"webpack": "^4.36.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@material-ui/core": "^4.2.1",
"classnames": "^2.2.6",
"lodash": "^4.17.14",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}