-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·101 lines (101 loc) · 3.15 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
{
"name": "gnl",
"version": "0.1.0",
"description": "gnl front end",
"main": "gnl/js/main.jsx",
"author": "Chenkai",
"license": "MIT",
"repository": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "==8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.1",
"eslint": "^4.8.0",
"eslint-config-airbnb": "==15.1.0",
"eslint-plugin-import": "==2.7.0",
"eslint-plugin-jsx-a11y": "==5.1.1",
"eslint-plugin-react": "==7.4.0",
"google-charts": "^1.5.0",
"webpack": "^3.6.0"
},
"dependencies": {
"@data-ui/histogram": "0.0.61",
"@data-ui/theme": "0.0.61",
"@nivo/scatterplot": "^0.46.0",
"@syncfusion/ej2-react-dropdowns": "^16.2.50",
"babel-preset-env": "^1.7.0",
"canvasjs": "^1.8.1",
"chart.js": "^2.8.0",
"d3": "^5.7.0",
"d3-array": "^2.0.3",
"d3-color": "^1.2.3",
"d3-format": "^1.3.2",
"d3-scale": "^2.1.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"history": "^4.7.2",
"isomorphic-fetch": "==2.2.1",
"javascript-obfuscator": "^0.18.1",
"jquery": "^3.3.1",
"jsonlint": "==1.6.2",
"lodash": "^4.17.10",
"match-sorter": "^2.2.3",
"moment": "==2.18.1",
"node-sass": "^4.9.2",
"plotly.js-cartesian-dist": "^1.39.4",
"prop-types": "==15.6.0",
"rc-checkbox": "^2.1.6",
"rc-spider": "0.0.8",
"react": "==16.0.0",
"react-bar-chart": "^0.1.2",
"react-boxplot": "^1.1.1",
"react-chart-histogram": "^0.2.1",
"react-chartjs-2": "^2.7.4",
"react-charts": "^2.0.0-alpha.12",
"react-d3": "^0.4.0",
"react-d3-graph": "^2.0.0-rc2",
"react-d3-responsive": "^0.1.9",
"react-d3-tree": "^1.12.1",
"react-dom": "==16.0.0",
"react-easy-chart": "^1.0.0",
"react-filterable-table": "^0.3.430",
"react-google-charts": "^2.0.25",
"react-heatmap-grid": "^0.7.0",
"react-horizontal-bar-chart": "^0.3.2",
"react-horizontal-stacked-bar-chart": "^8.12.9",
"react-infinite-scroll-component": "^2.4.0",
"react-memory-game": "^1.1.1",
"react-native": "^0.56.0",
"react-nbsp": "^1.2.1",
"react-plotlyjs": "^0.4.4",
"react-radio-button": "^1.5.4",
"react-radio-button-group": "^1.2.7",
"react-radio-buttons": "^1.2.2",
"react-radio-buttons-group": "^1.0.2",
"react-radio-group": "^3.0.3",
"react-router": "^4.3.1",
"react-router-3": "^3.2.2",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"react-select": "^2.0.0",
"react-select-checked": "^0.1.10",
"react-simple-checkbox": "^1.2.0",
"react-simple-radio-button": "^1.0.14",
"react-sort-search-table": "^0.1.3",
"react-table": "^6.8.6",
"react-table-rowspan": "^0.1.2",
"react-tooltip": "^3.9.0",
"react-tree-graph": "^3.2.0",
"react-virtualized-select": "^3.1.3",
"sass-loader": "^7.1.0",
"selectly": "^0.5.0",
"style-loader": "^0.22.1",
"styled-components": "^3.4.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.5",
"webpack-hot-middleware": "^2.22.3"
}
}