-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "rf-google-places",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"peerDependencies": {
"react": "^16.12.0",
"@material-ui/core": "^4.10.1",
"formik": "^2.1.1",
"@material-ui/lab": "^4.0.0-alpha.40",
"@material-ui/icons": "^4.9.1",
"@types/googlemaps": "^3.39.6",
"react-forms": "git+https://github.com/mithya-team/react-forms.git"
},
"devDependencies": {
"@date-io/core": "^2.10.6",
"@date-io/moment": "^2.10.6",
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.40",
"@types/googlemaps": "^3.39.6",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.4",
"formik": "^2.1.1",
"react": "^16.12.0",
"react-forms": "git+https://github.com/mithya-team/react-forms.git",
"rollup": "^1.27.14",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.7.4"
},
"dependencies": {},
"author": "",
"license": "ISC"
}