-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 838 Bytes
/
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
{
"name": "unform-material-ui",
"version": "1.0.5",
"author": "Italo Izaac <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "typings/index.d.ts",
"files": [
"dist",
"typings"
],
"repository": {
"type": "git",
"url": "https://github.com/italoiz/unform-community-packages.git",
"directory": "packages/material-ui"
},
"scripts": {
"test": "jest",
"build": "rollup -c ../../rollup.config.js"
},
"peerDependencies": {
"@material-ui/core": "^4.10.0",
"@unform/core": "^2.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@testing-library/user-event": "^10.3.5",
"@unform/web": "^2.1.0"
}
}