-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 953 Bytes
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
{
"name": "react-jotform",
"version": "1.0.2",
"description": "\"A React component to embed the Jotform iframe\"",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"author": "\"Antonio Martin <tonitim13@gmail.com>\"",
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.44.0",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git@github.com:antoniowd/react-jotform.git"
},
"bugs": {
"url": "https://github.com/antoniowd/react-jotform/issues"
},
"keywords": [
"react",
"jotform",
"iframe"
]
}