-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.27 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 4.27 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
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
{
"name": "cancloud",
"version": "05.09.17",
"description": "A React based S3 browser for use with the CANedge",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --progress --hot",
"build": "webpack --mode production",
"simple": "webpack --config webpack.simple.js --mode production",
"test": "jest"
},
"keywords": [],
"author": "CSS Electronics",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.5.4",
"cors-anywhere": "^0.4.1",
"css-loader": "^1.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-enzyme": "^7.0.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.3.2",
"url-loader": "^1.1.2",
"webpack": "^4.22.0",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-node-externals": "^1.7.2",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.383.0",
"axios": "^0.21.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"block-stream2": "^1.1.0",
"bootstrap": "^3.3.6",
"browser-run": "^5.0.0",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"concat-stream": "^1.6.2",
"config-editor-base": "^3.1.3",
"config-editor-tools": "^1.3.2",
"crc": "^3.8.0",
"create-file": "^1.0.1",
"crypto": "^1.0.1",
"deepmerge": "^4.1.1",
"detect-browser": "^4.5.0",
"es6-error": "^4.1.1",
"events": "^3.0.0",
"express": "^4.16.4",
"fflate": "^0.8.3",
"file-saver": "^2.0.0",
"filereader-stream": "^2.0.0",
"font-awesome": "^4.7.0",
"fs-extra": "^7.0.1",
"hex-to-rgba": "^2.0.1",
"history": "^4.7.2",
"http": "0.0.0",
"http-browserify": "^1.7.0",
"humanize": "0.0.9",
"identity-obj-proxy": "^3.0.0",
"is-url": "^1.2.4",
"isomorphic-unfetch": "^3.0.0",
"jquery": "^3.3.1",
"json-stream": "^1.0.0",
"jsonp": "^0.2.1",
"jsonwebtoken": "^8.3.0",
"jszip": "^3.1.5",
"jszip-utils": "0.0.2",
"list-react-files": "^0.2.0",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.11",
"material-design-iconic-font": "^2.2.0",
"mime-types": "^2.1.21",
"minio": "^7.0.1",
"moment": "^2.22.2",
"node-fetch": "^2.2.0",
"querystring": "^0.2.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.7.6",
"react-copy-to-clipboard": "^5.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.5.2",
"react-dropzone": "^6.2.4",
"react-files": "^2.4.8",
"react-gh-like-diff": "^2.0.2",
"react-hover-observer": "^2.1.1",
"react-hoverintent": "0.0.10",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroll-up-n-down": "^1.3.3",
"react-infinite-scroller": "^1.2.2",
"react-intersection-observer": "^9.4.1",
"react-json-view": "^1.19.1",
"react-jsonschema-form": "^2.0.0-alpha.1",
"react-multiselect-checkboxes": "^0.1.1",
"react-onclickout": "^2.0.8",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-select": "^3.1.0",
"react-xml-parser": "^1.0.8",
"redux": "^4.0.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"reselect": "^4.0.0",
"sharp": "^0.33.4",
"speed-date": "^1.0.0",
"stream": "0.0.2",
"string-to-stream": "^1.1.1",
"superagent": "^4.0.0-beta.5",
"superagent-es6-promise": "^1.0.0",
"through2": "^2.0.3",
"url": "^0.11.0",
"uuid": "^3.3.2",
"xml-js": "^1.6.9",
"xml2js": "^0.4.19"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
}
}