-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
31 lines (31 loc) · 852 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
{
"name": "react-hubspot-form",
"version": "1.0.0",
"keywords": [
"react",
"hubspot",
"form"
],
"main": "dist/index.js",
"author": "Kennedy Rose <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/escaladesports/react-hubspot-form.git"
},
"license": "MIT",
"scripts": {
"analyze": "esca-scripts analyze --react --component --input ./src/index.js",
"build": "esca-scripts build --input ./src/index.js --output ./dist/index.js --react --component",
"dev": "esca-scripts dev ---input './dev/dev.js, ./dev/index.html' --react --browser",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"esca-scripts": "^0.12.1",
"opn-cli": "^3.1.0",
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"dependencies": {
"styled-jsx": "^2.2.4"
}
}