forked from man-group/dtale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.5 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
{
"name": "dtale",
"version": "1.16.0",
"description": "Visualizer for Pandas Data Structures",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test-file": "jest \"$TEST\"",
"test-all": "jest \"/static/__tests__/.*test\\.jsx?$\" --verbose",
"test": "npm run test-all -s",
"test-with-coverage": "jest \"/static/__tests__/.*test\\.jsx?$\" --coverage --reporters=jest-junit",
"test-with-junit": "jest \"/static/__tests__/.*test\\.jsx?$\" --reporters=jest-junit",
"report-duplicate-code": "jsinspect -t 20 static --reporter pmd > /tmp/circleci-test-results/duplicates.xml; echo 'Wrote duplicates.xml'",
"watch-js": "parallel-webpack --watch --progress",
"watch": "npm run watch-js",
"build": "parallel-webpack --config ./webpack.production.config.js",
"format": "npm run sort-imports && npm run format-prettier",
"format-eslint": "eslint static js *.js .*.js --ext .js --ext .jsx -f node_modules/eslint-clang-formatter -c .eslint.format.json --no-eslintrc --fix --ignore-pattern !.eslintrc.json >/dev/null || true ",
"format-prettier": "prettier --write \"static/**/*.{js,jsx,css}\" *.js",
"sort-imports": "find static -name '*.js' -o -name '*.jsx' -exec js-import-sort --path {} +",
"lint": "npm run lint-js",
"lint-js": "eslint static *.js --ext .js --ext .jsx -f node_modules/eslint-clang-formatter",
"lint-js-file": "eslint -f node_modules/eslint-clang-formatter",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"build-dash-py": "dash-generate-components ./static/dash/lib/components dtale/dash_application/components -p package-info.json"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/test_env.js"
],
"moduleNameMapper": {
"\\.css$": "<rootDir>/__mocks__/styleMock.js"
},
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"transform": {
".+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
},
"testURL": "http://www.example.com",
"collectCoverageFrom": [
"**/dtale/static/**/*.{js, jsx}"
],
"coverageDirectory": "./JS_coverage",
"coverageReporters": [
"html",
"lcovonly",
"text-summary"
]
},
"jest-junit": {
"outputDirectory": "/tmp/circleci-test-results",
"outputName": "js_junit.xml"
},
"author": "",
"private": true,
"license": "SEE LICENSE IN proprietary",
"devDependencies": {
"@babel/core": "7.11.0",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-transform-classes": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-flow": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/register": "7.10.5",
"autoprefixer": "9.8.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.2.2",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "6.0.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "4.1.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.5.0",
"eslint-clang-formatter": "1.3.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-lodash": "7.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.5",
"eslint-plugin-tape": "1.1.0",
"exports-loader": "1.1.0",
"file-loader": "6.0.0",
"flow-bin": "0.130.0",
"imports-loader": "1.1.0",
"jest": "26.2.2",
"jest-junit": "11.1.0",
"js-import-sort": "2.0.3",
"jsinspect": "0.12.7",
"node-sass": "4.14.1",
"parallel-webpack": "2.6.0",
"postcss-loader": "3.0.0",
"postcss-nested": "4.2.3",
"prettier": "2.0.5",
"react-docgen": "5.3.0",
"react-test-renderer": "16.13.1",
"regenerator-runtime": "0.13.7",
"sass-loader": "9.0.2",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.8",
"url-loader": "4.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
},
"dependencies": {
"@blueprintjs/datetime": "3.18.5",
"@fortawesome/fontawesome-free": "5.14.0",
"any-promise": "1.3.0",
"babel-polyfill": "6.26.0",
"bootstrap": "4.5.0",
"chart.js": "2.9.3",
"chartjs-chart-box-and-violin-plot": "2.3.0",
"chartjs-plugin-zoom": "0.7.7",
"chroma-js": "2.1.0",
"create-react-class": "15.6.3",
"currency-symbol-map": "4.0.4",
"dom-helpers": "5.1.4",
"es6-object-assign": "1.1.0",
"es6-promise": "4.2.8",
"expose-loader": "1.0.0",
"immutable": "4.0.0-rc.12",
"jquery": "3.5.1",
"json-loader": "0.5.7",
"lodash": "4.17.19",
"moment": "2.27.0",
"ntee": "2.0.0",
"numeral": "2.0.6",
"oboe": "2.1.5",
"popsicle": "12.0.5",
"postcss-cli": "7.1.1",
"prop-types": "15.7.2",
"querystring": "0.2.0",
"react": "16.13.1",
"react-addons-shallow-compare": "15.6.2",
"react-dom": "16.13.1",
"react-dropzone": "11.0.2",
"react-hotkeys": "2.0.0",
"react-modal-bootstrap": "1.1.1",
"react-motion": "0.5.2",
"react-redux": "7.2.1",
"react-select": "3.1.0",
"react-slider": "1.0.8",
"react-syntax-highlighter": "13.2.1",
"react-virtualized": "9.21.2",
"react-wordcloud": "1.2.3",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"serialize-javascript": "4.0.0",
"string.prototype.startswith": "1.0.0",
"styled-components": "5.1.1",
"uuid": "8.3.0"
},
"resolutions": {
"elliptic": "^6.5.3",
"node-fetch": "^2.6.1",
"prismjs": "^1.21.0"
}
}