-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·156 lines (156 loc) · 4.48 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@helpscout/zero",
"version": "3.3.0",
"public": true,
"description": "Help Scout's zero config scripts",
"main": "src/index.js",
"bin": {
"zero": "src/index.js"
},
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"scripts": {
"add-contributor": "node src contributors add",
"test": "CI=true npm run build",
"build": "node src build",
"lint": "node src lint",
"format": "node src format",
"validate": "node src validate",
"release": "node src release"
},
"husky": {
"hooks": {
"pre-commit": "node src pre-commit"
}
},
"files": [
"src",
"babel.js",
"eslint.js",
"config.js",
"prettier.js",
"jest.js"
],
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/zero.git"
},
"bugs": {
"url": "https://github.com/helpscout/zero/issues"
},
"homepage": "https://github.com/helpscout/zero#readme",
"license": "MIT",
"dependencies": {
"@babel/cli": "7.6.4",
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-decorators": "7.6.0",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-classes": "7.5.5",
"@babel/plugin-transform-destructuring": "7.6.0",
"@babel/plugin-transform-flow-strip-types": "7.6.3",
"@babel/plugin-transform-modules-commonjs": "7.6.0",
"@babel/plugin-transform-react-constant-elements": "7.6.3",
"@babel/plugin-transform-react-display-name": "7.2.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.6.3",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.6.3",
"@babel/preset-typescript": "7.6.0",
"@babel/runtime": "7.6.3",
"@helpscout/prestart": "0.0.9",
"@helpscout/proxypack": "0.3.1",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"all-contributors-cli": "6.9.3",
"arrify": "2.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-plugin-emotion": "10.0.23",
"babel-plugin-inline-svg": "1.0.1",
"babel-plugin-macros": "2.6.1",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.7.2",
"commander": "3.0.2",
"concurrently": "5.0.0",
"cross-env": "6.0.3",
"cross-spawn": "7.0.1",
"doctoc": "1.4.0",
"eslint-config-prettier": "6.5.0",
"eslint-config-react-app": "5.0.2",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-react": "7.16.0",
"eslint": "6.6.0",
"fast-glob": "3.1.0",
"flow-bin": "0.111.0",
"husky": "3.0.9",
"inquirer": "7.0.0",
"is-ci": "2.0.0",
"jest-resolve": "24.9.0",
"jest-watch-typeahead": "0.4.0",
"jest": "24.9.0",
"lint-staged": "8.1.0",
"lodash.camelcase": "4.3.0",
"lodash.has": "4.5.2",
"lodash.omit": "4.5.0",
"lodash.template": "4.5.0",
"lodash": "^4.17.15",
"mkdirp": "0.5.1",
"np": "4.0.2",
"prettier": "1.18.2",
"react-app-polyfill": "1.0.4",
"read-pkg-up": "7.0.0",
"resolve": "1.12.0",
"rimraf": "3.0.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-size-snapshot": "0.10.0",
"rollup-plugin-terser": "5.1.2",
"rollup": "1.26.0",
"semver": "6.3.0",
"typescript": "3.6.4",
"which": "2.0.1",
"yargs-parser": "16.0.0"
},
"eslintConfig": {
"extends": [
"kentcdodds",
"kentcdodds/jest"
],
"rules": {
"no-process-exit": "off",
"import/no-dynamic-require": "off",
"import/no-unassigned-import": "off",
"no-console": "off",
"no-nested-ternary": "off"
}
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"devDependencies": {
"axios": "0.19.0",
"handlebars": "4.5.1",
"jest-in-case": "1.0.2",
"js-yaml": "3.13.1",
"slash": "3.0.0"
}
}