-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (110 loc) · 3.33 KB
/
package.json
File metadata and controls
112 lines (110 loc) · 3.33 KB
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
{
"name": "cirdlesweb",
"version": "0.1.0",
"private": true,
"proxy": "https://sesardev.geosamples.org",
"browser": {
"child_process": false
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"flow-start": "flow start",
"flow-stop": "flow stop",
"flow-status": "flow status",
"flow-coverage": "flow coverage"
},
"dependencies": {
"@babel/cli": "^7.13.16",
"@babel/polyfill": "^7.12.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.25.0",
"babel-core": "^6.26.3",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"d3-dsv": "^1.2.0",
"d3-fetch": "^1.2.0",
"downloadjs": "^1.4.7",
"eslint-webpack-plugin": "^2.5.4",
"file-saver": "^2.0.5",
"filefy": "^0.1.10",
"immutability-helper": "^3.1.1",
"is-empty": "^1.2.0",
"jquery": "^3.5.1",
"js-alert": "^1.0.4",
"js-beautify": "^1.13.13",
"jwt-decode": "^3.1.2",
"localforage": "^1.7.4",
"lodash": "^4.17.19",
"lodash.isequal": "^4.5.0",
"moment": "^2.29.1",
"mui-datatables": "^3.7.6",
"node-fetch": "^2.6.1",
"node-sass": "^7.0.1",
"papaparse": "^5.3.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"radium": "^0.26.1",
"react": "^17.0.1",
"react-dnd": "^7.7.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-dropzone": "^10.2.2",
"react-inlinesvg": "^0.8.4",
"react-modal": "^3.13.1",
"react-redux": "^5.1.2",
"react-router": "^5.2.0",
"react-router-dom": "^4.3.1",
"react-split": "^2.0.9",
"react-transition-group": "1.x",
"react-uid": "^2.3.0",
"redux": "^3.7.2",
"redux-form": "^7.4.3",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sortablejs": "^1.10.2",
"tabulator-tables": "^4.7.2",
"topsoil-js": "github:CIRDLES/topsoil-js",
"xml-js": "^1.6.11",
"xml-to-json-promise": "0.0.3"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.14.1",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@types/react": "^16.14.6",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/tabulator-tables": "^4.7.1",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cash-dom": "^8.1.0",
"css-loader": "^3.6.0",
"empty": "^0.10.1",
"eslint": "^4.15.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.20.3",
"file-loader": "^1.1.9",
"flow-bin": "^0.107.0",
"html-webpack-plugin": "^3.2.0",
"lodash.debounce": "^4.0.8",
"prettier-eslint": "^8.8.2",
"react-loading": "^2.0.3",
"sass-loader": "^6.0.6",
"source-map-loader": "^1.0.0",
"style-loader": "^0.19.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^2.0.0"
}
}