forked from man-group/dtale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 5.16 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
{
"name": "dtale",
"version": "1.7.5",
"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.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-transform-classes": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-flow": "7.7.4",
"@babel/preset-react": "7.7.4",
"@babel/register": "7.7.4",
"autoprefixer": "9.7.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "5.2.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.2.1",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"eslint": "6.7.2",
"eslint-clang-formatter": "1.3.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-lodash": "6.0.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-tape": "1.1.0",
"exports-loader": "0.7.0",
"file-loader": "5.0.2",
"flow-bin": "0.113.0",
"imports-loader": "0.8.0",
"jest": "24.9.0",
"jest-junit": "10.0.0",
"js-import-sort": "2.0.3",
"jsinspect": "0.12.7",
"node-sass": "4.13.0",
"parallel-webpack": "2.4.0",
"postcss-loader": "3.0.0",
"postcss-nested": "4.2.1",
"prettier": "1.19.1",
"react-docgen": "5.1.0",
"react-test-renderer": "16.12.0",
"regenerator-runtime": "0.13.3",
"sass-loader": "8.0.0",
"style-loader": "1.0.1",
"terser-webpack-plugin": "2.2.1",
"url-loader": "3.0.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.11.2",
"any-promise": "1.3.0",
"babel-polyfill": "6.26.0",
"bootstrap": "4.4.1",
"chart.js": "2.9.3",
"chartjs-chart-box-and-violin-plot": "2.2.0",
"chartjs-plugin-zoom": "0.7.5",
"chroma-js": "2.1.0",
"create-react-class": "15.6.3",
"dom-helpers": "5.1.3",
"es6-object-assign": "1.1.0",
"es6-promise": "4.2.8",
"expose-loader": "0.7.5",
"immutable": "4.0.0-rc.12",
"jquery": "3.4.1",
"json-loader": "0.5.7",
"lodash": "4.17.15",
"moment": "2.24.0",
"ntee": "2.0.0",
"numeral": "2.0.6",
"oboe": "2.1.5",
"popsicle": "12.0.5",
"postcss-cli": "6.1.3",
"prop-types": "15.7.2",
"querystring": "0.2.0",
"react": "16.12.0",
"react-addons-shallow-compare": "15.6.2",
"react-dom": "16.12.0",
"react-modal-bootstrap": "1.1.1",
"react-motion": "0.5.2",
"react-redux": "7.1.3",
"react-select": "3.0.8",
"react-virtualized": "9.21.2",
"react-wordcloud": "1.1.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"serialize-javascript": "2.1.1",
"string.prototype.startswith": "0.2.0",
"uuid": "3.3.3"
}
}