This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
213 lines (213 loc) · 7.82 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
{
"name": "@southbanksoftware/dbkoda-ui",
"gitName": "dbkoda-ui",
"fullName": "dbKoda UI",
"description": "dbKoda UI built with state of the art React stack",
"version": "1.1.0",
"author": {
"name": "Southbank Software",
"email": "[email protected]",
"url": "http://southbanksoftware.com"
},
"main": "dist/index.html",
"keywords": ["React", "React-Router", "MobX", "Webpack", "ES6", "ES7"],
"apiKey": "RnIX59L6lPiNIaTyoY4cEQ==",
"engines": {
"node": ">= 8.9.1"
},
"scripts": {
"postinstall": "yarn patch:globalize-webpack-plugin",
"patch:globalize-webpack-plugin":
"shx cp ./patch/globalize-webpack-plugin/DevelopmentModePlugin.js ./node_modules/globalize-webpack-plugin",
"dev": "webpack-dev-server --config webpack/dev.js",
"dev:test": "UAT=true yarn run dev",
"dev:install": "yarn install --ignore-scripts",
"dev:prod": "yarn run postinstall && yarn start",
"dev:analyser": "yarn run dev:analyzer",
"dev:analyzer": "yarn run clean && webpack --config webpack/analyzer.js",
"start": "http-server ./dist -p 3000 -c-1",
"clean": "rimraf ./dist rmdir",
"build":
"yarn run clean && node --max-old-space-size=2048 ./node_modules/webpack/bin/webpack.js --config webpack/prod.js --display-optimization-bailout --progress",
"test":
"yarn flow && yarn run eslint && yarn run mlaunch:init && yarn run jest; TEST_EXIT_CODE=$?; yarn run mlaunch:clean; exit $TEST_EXIT_CODE",
"test:dev": "yarn flow && yarn run eslint && yarn run jest",
"mlaunch:init": "mlaunch init --single",
"mlaunch:clean": "mlaunch kill; rimraf data tmpd*",
"eslint": "eslint --ext .jsx --ext .js src/. tests/.",
"jest": "NODE_ENV=test jest --config jest.json --coverage",
"jest:debug": "NODE_ENV=test node --inspect-brk ./node_modules/.bin/jest --config jest.json",
"test:win": "yarn run mlaunch:init && jest --config jest.json --coverage",
"docs": "yarn run esdoc && open -b com.google.chrome ./docs/index.html",
"esdoc": "rimraf docs && esdoc -c .esdoc.json",
"flow": "flow",
"flow:install": "flow-typed install --overwrite --skip --ignoreDeps mobx",
"format":
"bash -c 'INPUT=$(IFS=\"\n\"; echo \"$0\n$*\"); FI=$(egrep '\"'\"'\\.jsx?$|\\.json$|\\.scss$'\"'\"' <<< \"$INPUT\"); if [[ ! -z \"$FI\" ]]; then prettier --write $FI; fi; FI=$(egrep '\"'\"'\\.jsx?$'\"'\"' <<< \"$INPUT\"); if [[ ! -z \"$FI\" ]]; then eslint --fix $FI; fi'",
"prepush": "yarn flow && yarn run eslint",
"precommit":
"INPUT=$(git diff --name-only --cached --diff-filter=d); if [[ ! -z \"$INPUT\" ]]; then yarn format $INPUT; git add $INPUT; fi",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SouthbankSoftware/dbkoda-ui.git"
},
"license": "AGPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/SouthbankSoftware/dbkoda-ui/issues"
},
"homepage": "https://github.com/SouthbankSoftware/dbkoda-ui#readme",
"devDependencies": {
"@blueprintjs/core": "^2.3.1",
"@blueprintjs/icons": "^2.2.1",
"@blueprintjs/labs": "^0.15.4",
"@blueprintjs/select": "^2.0.1",
"@blueprintjs/table": "^2.1.1",
"@storybook/addon-actions": "^4.0.0-alpha.7",
"@storybook/addon-knobs": "^4.0.0-alpha.7",
"@storybook/addon-links": "^4.0.0-alpha.7",
"@storybook/addon-notes": "^4.0.0-alpha.7",
"@storybook/react": "^4.0.0-alpha.7",
"ajv": "^6.0.1",
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.0.0",
"autobind-decorator": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.0",
"chalk": "^2.3.0",
"classnames": "^2.2.5",
"cldr-data": "^32.0.0",
"cm-show-invisibles": "^2.0.2",
"codemirror": "^5.32.0",
"codemirror-colorpicker": "^1.0.10",
"codemirror-formatting": "^1.0.0",
"codemirror-highlight": "^1.0.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.4",
"d3": "^4.12.0",
"d3-selection-multi": "^1.0.1",
"dumpenvy": "^1.3.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"escape-string-regexp": "^1.0.5",
"escodegen": "^1.9.0",
"esdoc": "^1.0.4",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-node": "^0.3.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.8.2",
"esprima": "^4.0.0",
"eventemitter2": "^5.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"feathers-client": "^2.4.0",
"feathers-primus": "^2.2.0",
"file-loader": "^1.1.11",
"filesize": "^3.5.10",
"flow-bin": "^0.70.0",
"flow-typed": "^2.4.0",
"fuzzysearch": "^1.0.3",
"global": "^4.3.2",
"globalize": "^1.2.3",
"globalize-webpack-plugin": "^2.0.1",
"handlebars": "^4.0.10",
"handlebars-loader": "^1.7.0",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"husky": "^0.14.3",
"ignore-styles": "^5.0.1",
"image-webpack-loader": "^3.3.1",
"imports-loader": "^0.7.1",
"jest": "^22.4.3",
"lazy-route": "^1.0.7",
"little-loader": "^0.2.0",
"lodash": "^4.17.4",
"mobx": "^4.3.1",
"mobx-react": "^5.2.3",
"mobx-react-devtools": "^5.0.1",
"mobx-react-form": "github:SouthbankSoftware/mobx-react-form",
"moment": "^2.19.2",
"mongo-shell-translator": "0.1.2",
"mongodb-uri": "^0.9.7",
"mousetrap": "^1.6.1",
"mousetrap-global-bind": "^1.1.0",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"package": "^1.0.1",
"pkginfo": "^0.4.1",
"polished": "^1.9.2",
"popmotion-pose": "^1.5.0",
"postcss-loader": "^2.0.9",
"precss": "^2.0.0",
"prettier": "1.12.1",
"prettier-standalone": "^1.3.1-0",
"prop-types": "^15.6.0",
"raf": "^3.4.0",
"raygun4js": "^2.9.4",
"react": "^16.4.0",
"react-addons-css-transition-group": "^15.0.1",
"react-addons-test-utils": "^15.4.2",
"react-dnd": "^2.2.4",
"react-dnd-html5-backend": "^2.2.4",
"react-dom": "^16.4.0",
"react-expandable-listview": "^0.6.1",
"react-ga": "^2.5.0",
"react-grid-layout": "^0.16.6",
"react-hot-loader": "3.1.3",
"react-json-tree": "^0.11.0",
"react-json-view": "^1.10.12",
"react-json-viewer": "^1.6.1",
"react-motion": "^0.5.0",
"react-resize-detector": "^1.1.0",
"react-router-dom": "^4.2.2",
"react-select": "^1.0.1",
"react-shortcut": "^1.0.6",
"react-split-pane": "^0.1.77",
"react-svg-loader": "^2.1.0",
"react-test-renderer": "^16.1.1",
"react-transition-group": "^2.2.1",
"react-virtualized": "^9.18.5",
"recharts": "^1.0.0-beta.10",
"recompose": "^0.27.1",
"resolve-url-loader": "^2.0.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"shallowequal": "^1.0.2",
"shebang-loader": "0.0.1",
"shelljs": "^0.7.7",
"shx": "^0.2.2",
"sql-formatter": "^2.1.0",
"stringquery": "^1.0.8",
"style-loader": "^0.19.0",
"styled-components": "^3.3.0",
"test-utils": "^1.1.1",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^1.0.1",
"uuid": "^3.0.1",
"validatorjs": "^3.11.0",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-dev-server": "^2.11.1",
"webpack-jarvis": "^0.3.2",
"webpack-merge": "^4.1.0",
"xml2js": "^0.4.17",
"xterm": "^3.1.0"
}
}