forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
209 lines (209 loc) · 8.47 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
{
"name": "metabase",
"private": true,
"version": "0.0.0",
"description": "Metabase Analytics Report Server",
"repository": "https://github.com/metabase/metabase",
"license": "private",
"engines": {
"node": ">=8.11.4",
"yarn": ">=1.12.3"
},
"dependencies": {
"ace-builds": "^1.4.7",
"chevrotain": "^6.5.0",
"classlist-polyfill": "^1.2.0",
"classnames": "^2.1.3",
"color": "^3.0.0",
"color-harmony": "^0.3.0",
"core-js": "^3.1.4",
"crossfilter": "^1.3.12",
"d3": "^3.5.17",
"d3-scale": "^2.1.0",
"dc": "2.1.9",
"diff": "^3.2.0",
"grid-styled": "4.1.0",
"history": "3",
"humanize-plus": "^1.8.1",
"icepick": "2.3.0",
"iframe-resizer": "^3.5.11",
"inflection": "^1.7.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.2",
"jsrsasign": "10.0.4",
"leaflet": "^1.2.0",
"leaflet-draw": "^0.4.9",
"leaflet.heat": "^0.2.0",
"lodash.memoize": "^4.1.2",
"moment": "2.19.3",
"moment-timezone": "^0.5.26",
"mustache": "^2.3.2",
"normalizr": "^3.0.2",
"number-to-locale-string": "^1.0.1",
"password-generator": "^2.0.1",
"prop-types": "^15.5.7",
"re-reselect": "^3.4.0",
"react": "~16.14.0",
"react-ansi-style": "^1.0.0",
"react-collapse": "^4.0.3",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "3",
"react-dnd-html5-backend": "3",
"react-dom": "~16.14.0",
"react-draggable": "^3.3.2",
"react-element-to-jsx-string": "^13.1.0",
"react-hot-loader": "^4.13.0",
"react-markdown": "^3.6.0",
"react-motion": "^0.4.5",
"react-redux": "^5.0.4",
"react-resizable": "^1.9.0",
"react-router": "3",
"react-router-redux": "^4.0.8",
"react-sortable-hoc": "^1.11.0",
"react-textarea-autosize": "^5.2.1",
"react-transition-group": "1",
"react-virtualized": "^9.7.2",
"recompose": "^0.26.0",
"redux": "^3.5.2",
"redux-actions": "^2.0.1",
"redux-auth-wrapper": "^1.0.0",
"redux-form": "5",
"redux-logger": "^3.0.1",
"redux-promise": "^0.5.0",
"redux-router": "^2.1.2",
"regenerator": "^0.14.1",
"regexp.escape": "^1.1.0",
"reselect": "^3.0.0",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^4.2.1",
"simple-statistics": "^3.0.0",
"styled-components": "3.2.6",
"styled-system": "2.2.5",
"tether": "^1.2.0",
"ttag": "1.7.15",
"underscore": "^1.8.3",
"z-index": "0.0.1"
},
"devDependencies": {
"@babel/standalone": "^7.4.5",
"@cypress/webpack-preprocessor": "^4.1.0",
"@slack/client": "^3.5.4",
"@testing-library/cypress": "^5.0.2",
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.6.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-ttag": "^1.7.26",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"banner-webpack-plugin": "^0.2.3",
"concurrently": "^3.1.0",
"css-loader": "^0.28.7",
"cypress": "^5.5.0",
"documentation": "^4.0.0-rc.1",
"eslint": "7.12.1",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "4.0.2",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^0.11.1",
"fs-promise": "^2.0.2",
"glob": "^7.1.1",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.30.1",
"image-diff": "^1.6.3",
"jest": "^19.0.2",
"jest-localstorage-mock": "^2.2.0",
"jsonwebtoken": "^7.2.1",
"lint-staged": "^3.3.1",
"mockdate": "^2.0.2",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^9.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^6.0.4",
"prettier": "1.18.2",
"promise-loader": "^1.0.0",
"raf": "^3.4.0",
"react-test-renderer": "~16.14.0",
"shadow-cljs": "2.11.20",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0",
"unused-files-webpack-plugin": "^3.0.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.1",
"webpack-notifier": "^1.8.0",
"webpack-postcss-tools": "^1.1.2",
"xhr-mock": "^2.4.1",
"xlsx": "^0.16.8",
"yaml-lint": "^1.2.4"
},
"scripts": {
"concurrently": "yarn && concurrently --kill-others -p name",
"dev": "yarn concurrently -n 'backend,frontend,cljs,docs' -c 'blue,green,yellow,magenta' 'lein run' 'yarn build-hot:js' 'yarn build-hot:cljs' 'yarn docs'",
"dev-ee": "yarn concurrently -n 'backend,frontend,cljs,docs' -c 'blue,green,yellow,magenta' 'lein with-profiles +ee run' 'MB_EDITION=ee yarn build-hot:js' 'MB_EDITION=ee yarn build-hot:cljs' 'yarn docs'",
"lint": "yarn lint-eslint && yarn lint-prettier && yarn lint-docs-links && yarn lint-yaml",
"lint-eslint": "yarn build-quick:cljs && eslint --ext .js --ext .jsx --rulesdir frontend/lint/eslint-rules --max-warnings 0 enterprise/frontend/src frontend/src enterprise/frontend/test frontend/test",
"lint-prettier": "yarn && prettier -l '{enterprise/,}frontend/**/*.{js,jsx,css}' || (echo '\nThese files are not formatted correctly. Did you forget to \"yarn prettier\"?' && false)",
"lint-docs-links": "yarn && ./bin/verify-doc-links",
"lint-yaml": "yamllint **/*.{yaml,yml} --ignore=node_modules/**/*.{yaml,yml}",
"test": "yarn test-unit && yarn test-timezones && yarn test-cypress",
"test-unit": "yarn build-quick:cljs && jest --maxWorkers=2 --config jest.unit.conf.json",
"test-unit-watch": "yarn test-unit --watch",
"test-unit-update-snapshot": "yarn test-unit --updateSnapshot",
"test-timezones-unit": "yarn build-quick:cljs && jest --maxWorkers=2 --config jest.tz.unit.conf.json",
"test-timezones": "yarn && ./frontend/test/__runner__/run_timezone_tests",
"build:js": "yarn && webpack --bail",
"build-watch:js": "yarn && webpack --watch",
"build-hot:js": "yarn && NODE_ENV=hot webpack-dev-server --progress",
"build:cljs": "yarn && shadow-cljs release app",
"build-quick:cljs": "yarn build:cljs",
"build-watch:cljs": "yarn && shadow-cljs watch app",
"build-hot:cljs": "yarn && shadow-cljs watch app",
"build": "yarn build:cljs && yarn build:js",
"build-watch": "yarn concurrently -n 'cljs,js' 'yarn build-watch:cljs' 'yarn build-watch:js'",
"build-hot": "yarn concurrently -n 'cljs,js' 'yarn build-hot:cljs' 'yarn build-hot:js'",
"build-stats": "yarn && webpack --json > stats.json",
"build-shared": "yarn && webpack --config webpack.shared.config.js",
"start": "yarn build && lein ring server",
"precommit": "lint-staged",
"preinstall": "echo $npm_execpath | grep -q yarn || echo '\\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\\033[0m'",
"prettier": "prettier --write '{enterprise/,}frontend/**/*.{js,jsx,css}'",
"eslint-fix": "yarn && eslint --fix --ext .js --ext .jsx --rulesdir frontend/lint/eslint-rules {enterprise/,}frontend/{src,test}",
"docs": "documentation serve --watch frontend/src/metabase-lib/lib/**",
"ci": "yarn ci-frontend && yarn ci-backend",
"ci-frontend": "yarn lint && yarn test",
"ci-backend": "lein docstring-checker && lein bikeshed && lein eastwood && lein test",
"test-cypress": "yarn build && ./bin/build-for-test && yarn test-cypress-no-build && yarn test-cypress-smoketest",
"test-cypress-open": "./bin/build-for-test && yarn test-cypress-no-build --open",
"test-cypress-open-no-backend": "E2E_HOST='http://localhost:3000' yarn test-cypress-no-build --open",
"test-cypress-no-build": "yarn && CONFIG_FILE=frontend/test/cypress.json babel-node ./frontend/test/__runner__/run_cypress_tests.js",
"test-cypress-smoketest": "yarn test-cypress-no-build --folder frontend/test/metabase-smoketest"
},
"lint-staged": {
"frontend/**/*.{js,jsx,css}": [
"prettier --write",
"git add"
]
},
"resolutions": {
"cypress": "5.5.0",
"styled-components": "3.2.6",
"styled-system": "2.2.5"
}
}