-
Notifications
You must be signed in to change notification settings - Fork 182
/
package.json
74 lines (74 loc) · 2.23 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
67
68
69
70
71
72
73
74
{
"name": "material-ui-phone-number",
"version": "3.0.0",
"description": "A material-ui react component to format phone numbers. Based on react-phone-input-2",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --config webpack.config.dev.js --hot --progress --mode development",
"build": "webpack --config webpack.config.build.js --progress --mode production"
},
"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.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@types/react": "^17.0.28",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^6.4.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.2",
"less-loader": "^10.1.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"react-hot-loader": "^4.13.0",
"style-loader": "^3.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.58.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"country-flag-icons": "^1.4.10",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}