-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "jotform-react",
"version": "1.1.1",
"description": "React Wrapper for Embedding JotForm Forms With SSR support (also supports NextJS/Gatsby/CRA)",
"main": "dist/index.cjs.js",
"homepage": "https://github.com/sbayd/jotform-react#readme",
"repository": {
"type": "git",
"url": "https://github.com/sbayd/jotform-react"
},
"keywords": [
"react",
"jotform",
"form",
"ssr",
"nextjs",
"gatsby",
"cra",
"jotform-embed"
],
"author": "Berkay Aydin <sbayd06@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.1",
"@storybook/addon-actions": "^7.4.3",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-links": "^7.4.3",
"@storybook/react": "^7.4.3",
"@storybook/react-webpack5": "^7.4.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-jotform": "^1.0.34",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.79.1",
"storybook": "^7.4.3"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2 | ^16.13.1",
"react-dom": "^17.0.2 | ^16.13.1"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/runtime": "^7.14.0"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "rollup -c"
}
}