-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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": "final-form-material-ui",
"version": "0.3.0",
"description": "A set of wrapper components to facilitate using Material UI with Final Form",
"main": "./dist/final-form-material-ui.min.js",
"author": "Igor Golovin <xdeadlyx@ya.ru>",
"license": "MIT",
"scripts": {
"build": "webpack --display-modules"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0 || ^2.0.0 || ^3.0.0",
"final-form": "^4.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-final-form": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@material-ui/core": "^3.2.2",
"final-form": "^4.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-final-form": "^4.0.2",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.4"
},
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"keywords": [
"react",
"final-form",
"material-ui",
"final-form-material-ui",
"adapter"
],
"homepage": "https://github.com/Deadly0/final-form-material-ui",
"bugs": "https://github.com/Deadly0/final-form-material-ui/issues",
"repository": {
"type": "git",
"url": "https://github.com/Deadly0/final-form-material-ui.git"
}
}