forked from sensu/web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
225 lines (225 loc) · 7.62 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"name": "dashboardd",
"version": "0.1.0",
"private": true,
"files": [
"build/app",
"build/lib",
"build/lib-dev",
"build/vendor",
"build/vendor-dev",
"config",
"scripts",
"src",
".eslintrc.yml",
".babelrc",
"babel.config.js",
"tsconfig.json"
],
"engines": {
"node": ">= 8",
"npm": ">= 5.2.0",
"yarn": "^1.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sensu/sensu-go/"
},
"scripts": {
"analyze": "npx webpack-bundle-analyzer stats.json -s gzip",
"audit-deps": "node scripts audit-deps",
"build": "NODE_ENV=production yarn build:vendor && NODE_ENV=production yarn build:lib && NODE_ENV=production yarn build:app",
"build:app": "npx webpack -r esm --config config/app.webpack.config.js",
"build:lib": "npx webpack -r esm --config config/lib.webpack.config.js",
"build:pack": "yarn pack --filename dashboard.tgz",
"build:package": "NODE_ENV=development yarn build:vendor && NODE_ENV=production yarn build:vendor && NODE_ENV=development yarn build:lib && NODE_ENV=production yarn build:lib && yarn build:app && yarn build:pack",
"build:vendor": "npx webpack -r esm --config config/vendor.webpack.config.js",
"check-version": "node scripts check-yarn-version",
"dev-server": "node scripts serve",
"test:types": "npx tsc --noEmit",
"test:lint": "npx eslint . --ext .tsx,.ts,.js,.jsx",
"prettier": "npx prettier --write '{,!(coverage)/**/}{*.{js,tsx,html,yml},!(package-lock).json}'",
"test:spec": "npx jest --runInBand=${SPEC_SERIAL:-$CI} --coverage=${SPEC_COVERAGE:-$CI}",
"test:spec-watch": "npm run test:spec -- --watch",
"start": "NODE_ENV=development yarn build:vendor && NODE_ENV=development yarn dev-server",
"test": "yarn check-version && yarn test:lint && yarn test:types && SPEC_COVERAGE=true yarn test:spec && yarn build",
"fetch-schema": "node scripts fetch-schema",
"upload-artifacts": "node scripts upload-artifacts",
"postinstall": "yarn fetch-schema",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@10xjs/date-input-controller": "0.1.6",
"@10xjs/form": "^0.1.7",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.6.0",
"@material-ui/system": "^4.5.1",
"@material-ui/utils": "^4.5.1",
"@octokit/plugin-throttling": "^2.4.0",
"@octokit/rest": "^16.23.2",
"@sensuapp/eslint-plugin": "^1.0.0",
"@storybook/addon-a11y": "^5.1.11",
"@storybook/addon-knobs": "^5.1.11",
"@storybook/addon-notes": "^5.1.11",
"@storybook/addon-viewport": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/client-api": "^5.1.11",
"@storybook/core-events": "^5.1.11",
"@storybook/react": "^5.1.11",
"@storybook/theming": "^5.1.11",
"@testing-library/react": "^8.0.1",
"@types/classnames": "^2.2.7",
"@types/d3-scale": "^2.1.1",
"@types/es6-error": "^4.0.2",
"@types/lodash": "^4.14.145",
"@types/mousetrap": "^1.6.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"@vx/axis": "^0.0.190",
"add-asset-html-webpack-plugin": "^3.1.3",
"apollo-cache": "^1.3.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.6.2",
"apollo-link": "^1.2.11",
"apollo-link-batch-http": "^1.2.11",
"apollo-link-context": "^1.0.18",
"autoprefixer": "^7.1.2",
"aws-sdk": "^2.437.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"bluebird": "^3.5.1",
"bugnet": "^0.1.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.2",
"circular-dependency-plugin": "^5.0.2",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.19",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^2.5.6",
"cronstrue": "^1.31.0",
"css-loader": "^2.0.0",
"d3-scale": "^3.0.0",
"debounce": "^1.2.0",
"deepmerge": "^3.2.0",
"error-stack-parser": "^2.0.2",
"es6-error": "^4.1.1",
"eslint": "^5.5.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-flowtype": "^2.46.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.0",
"eslint-plugin-react-hooks": "^1.6.0",
"esm": "^3.2.16",
"express": "^4.16.4",
"fbjs": "^1.0.0",
"file-loader": "^3.0.1",
"flow-bin": "^0.84.0",
"fuse.js": "^3.4.5",
"git-rev-sync": "^1.12.0",
"glob": "^7.1.2",
"graphql": "^14.4.2",
"graphql-tag": "^2.9.2",
"highlight.js": "^9.13.1",
"hoist-non-react-statics": "^2.5.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"intl": "^1.2.5",
"intl-relativeformat": "^2.1.0",
"jest-circus": "^24.8.0",
"jest-dom": "^3.4.0",
"jest-junit": "^6.4.0",
"killable": "^1.0.0",
"loader-utils": "^1.2.3",
"lodash": "^4.17.13",
"material-ui-chip-input": "^1.0.0",
"mngen": "^1.1.0",
"modernizr": "^3.6.0",
"mousetrap": "^1.6.3",
"prettier": "^1.16.4",
"prop-types": "^15.6.0",
"raw-loader": "^0.5.1",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-event-listener": "^0.6.3",
"react-media": "^1.8.0",
"react-resize-observer": "^1.1.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-spring": "^5.6.10",
"regenerator-runtime": "^0.11.1",
"seed-random": "^2.2.0",
"semver": "^5.6.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"ts-jest": "^24.0.2",
"ts-md5": "^1.2.4",
"typeface-roboto": "^0.0.54",
"typescript": "^3.5.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"url-search-params-polyfill": "^2.0.3",
"value-loader": "^0.1.4",
"warning": "^3.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.6.1",
"webpack-stats-plugin": "^0.2.1",
"whatwg-fetch": "^2.0.4",
"worker-loader": "^2.0.0"
},
"jest": {
"testRunner": "jest-circus/runner",
"testURL": "http://localhost/",
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.[jt]s?(x)",
"<rootDir>/src/**/?(*.)(spec|test).[jt]s?(x)"
],
"setupFilesAfterEnv": [
"@testing-library/react/cleanup-after-each.js",
"<rootDir>/src/setupTests.tsx"
],
"transform": {
"^.+\\.tsx?$": "babel-jest",
"^.+\\.jsx?$": "babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.[jt]sx?$"
],
"globals": {
"ts-jest": {
"diagnostics": false
}
}
},
"resolutions": {
"graphql": "14.4.2",
"graphql-config/**/graphql": "14.4.2",
"graphql-import/**/graphql": "14.4.2",
"serialize-javascript": "2.1.1"
},
"graphQLSchemaRef": "4a0d6ac"
}