forked from david-vendel/material-ui-phone-number-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.24 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
{
"name": "material-ui-phone-number-2",
"version": "1.3.0",
"description": "A material-ui react component to format phone numbers. Based on Material UI Phone Number, which ceased to be maintained.",
"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/justdvl/material-ui-phone-number-2"
},
"keywords": [
"material",
"react",
"phone",
"format",
"telephone"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/justdvl/material-ui-phone-number-2/issues"
},
"homepage": "https://github.com/justdvl/material-ui-phone-number-2",
"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": "^18.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"css-loader": "^6.4.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"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": "^11.0.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.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"country-flag-icons": "^1.4.10",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.0",
"prop-types": "^15.8.1",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
}
}