-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "react-gravity-form",
"version": "1.0.15",
"description": "A component for including Gravity Forms on React apps via the Wordpress API",
"files": [
"dist/*"
],
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src --out-dir ./dist",
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gohike/gravity-forms.git"
},
"keywords": [
"React",
"Gravity",
"Form",
"Forms",
"GravityForms",
"Component",
"Wordpress",
"API",
"Headless",
"CMS"
],
"author": "Hike",
"license": "ISC",
"homepage": "https://bitbucket.org/gohike/gravity-forms#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-preset-minify": "^0.5.1",
"react": "^16.13.1"
},
"dependencies": {
"i18n-iso-countries": "^3.7.3",
"isomorphic-unfetch": "^3.0.0",
"query-string": "^5.0.0",
"react-datepicker": "^3.1.3",
"react-dropzone": "^11.0.2",
"react-select": "^3.1.0"
}
}