-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.79 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@helpscout/beacon-devtools",
"description": "DevTools for Help Scout's Beacon Embed",
"version": "0.1.0",
"private": false,
"main": "dist/DevTools.js",
"source": "src/DevTools.js",
"scripts": {
"prestart": "prestart",
"build": "BUILD_WEBPACK=true zero build",
"build:single": "node scripts/build-single.js",
"build:umd": "node scripts/build-umd.js",
"bundle": "npm run build:single && npm run build:umd",
"start": "react-scripts start",
"build:site": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"precommit": "zero pre-commit",
"version": "npm run build && npm run bundle",
"release": "np --yolo --no-cleanup",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --write",
"pretty": "npm run prettier"
},
"keywords": [
"beacon",
"help scout",
"helpscout",
"dev"
],
"files": [
"README.md",
"LICENSE",
"dist"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"peerDependencies": {
"react": "^16 || ^15",
"react-dom": "^16 || ^15"
},
"dependencies": {
"@helpscout/hsds-react": "^2.5.0",
"@helpscout/wedux": "^0.0.11",
"react-app-polyfill": "^0.2.0",
"react-color": "2.14.1",
"react-rnd": "10.3.5"
},
"devDependencies": {
"@helpscout/prestart": "0.0.9",
"@helpscout/zero": "^1.0.3",
"glob": "7.1.3",
"np": "3.0.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1",
"rewire": "4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/beacon-devtool.git"
},
"bugs": {
"url": "https://github.com/helpscout/beacon-devtool/issues"
},
"license": "MIT"
}