-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
155 lines (155 loc) · 4.88 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
{
"name": "frontend",
"version": "1.0.2",
"private": true,
"description": "This is CloudHub's User interface made in React & Typescript",
"author": "Jack Kim",
"license": "AGPL-3.0",
"scripts": {
"start": "node parcel.jsx",
"build": "parcel build -d build --log-level 2 --no-source-maps --public-url '' src/index.html",
"clean": "rm -rf ./build/* && rm -rf ./.cache && rm -rf ./dist",
"tsc": "tsc -p ./tsconfig.json --noEmit --pretty",
"tsc:watch": "tsc -p ./tsconfig.json --noEmit --pretty -w"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@types/chroma-js": "^1.3.4",
"@types/codemirror": "^0.0.56",
"@types/d3-color": "^1.2.1",
"@types/d3-scale": "^2.0.1",
"@types/dygraphs": "^1.1.6",
"@types/enzyme": "^3.1.13",
"@types/graphql": "^14.5.0",
"@types/jest": "^23.3.5",
"@types/levelup": "^0.0.30",
"@types/lodash": "^4.14.104",
"@types/node": "^9.4.6",
"@types/papaparse": "^4.1.34",
"@types/prop-types": "^15.5.2",
"@types/qs": "^6.5.1",
"@types/react": "^16.4.14",
"@types/react-dnd": "^2.0.36",
"@types/react-dnd-html5-backend": "^2.1.9",
"@types/react-dom": "^16.0.7",
"@types/react-onclickoutside": "^6.7.3",
"@types/react-router": "^3.0.15",
"@types/react-router-redux": "4",
"@types/react-virtualized": "^9.18.3",
"@types/redux-auth-wrapper": "^2.0.9",
"@types/text-encoding": "^0.0.32",
"@types/uuid": "^3.4.3",
"autoprefixer": "^6.3.1",
"babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.1.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.6.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-watch": "^4.0.2",
"express": "^4.14.0",
"fake-indexeddb": "^2.0.4",
"http-proxy-middleware": "^0.18.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"jest-runner-eslint": "^0.6.0",
"jest-runner-tslint": "^1.0.4",
"jsdom": "^9.0.0",
"node-sass": "^4.13.0",
"parcel": "^1.10.1",
"prettier": "1.19.1",
"ts-jest": "^23.10.3",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"tslint-plugin-prettier": "^1.3.0",
"tslint-react": "^3.5.1",
"typescript": "^3.0.3"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/runtime": "^7.0.0",
"@types/leaflet": "^1.5.8",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.16",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^4.0.2",
"calculate-size": "^1.1.1",
"chroma-js": "^1.3.6",
"classnames": "^2.2.3",
"codemirror": "^5.36.0",
"d3": "^5.16.0",
"d3-color": "^1.2.0",
"d3-scale": "^2.1.0",
"dygraphs": "2.1.0",
"encoding-down": "^5.0.4",
"fast-memoize": "^2.5.1",
"fast.js": "^0.1.1",
"fixed-data-table-2": "^0.8.13",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"he": "^1.1.1",
"js-yaml": "^3.13.1",
"leaflet": "^1.6.0",
"level-js": "^3.0.0",
"levelup": "^3.1.1",
"lodash": "^4.17.19",
"memoize-one": "^4.0.2",
"moment": "^2.13.0",
"nano-date": "^2.0.1",
"papaparse": "^5.2.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "^16.12.0",
"react-addons-shallow-compare": "^15.0.2",
"react-codemirror2": "^4.2.1",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.1.1",
"react-d3-graph": "^2.4.1",
"react-dimensions": "^1.2.0",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.12.0",
"react-grid-layout": "^0.16.6",
"react-markdown": "^3.4.1",
"react-modal": "^3.11.1",
"react-onclickoutside": "^5.2.0",
"react-redux": "^4.4.0",
"react-resize-detector": "^2.3.0",
"react-resize-observer": "^1.1.1",
"react-rnd": "^10.2.1",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-tabs": "^3.1.1",
"react-tooltip": "^3.2.1",
"react-virtualized": "^9.18.5",
"redux": "^3.3.1",
"redux-auth-wrapper": "^1.0.0",
"redux-thunk": "^1.0.3",
"reselect": "^3.0.1",
"rome": "^2.1.22",
"src": "^1.1.2",
"unstated": "^2.1.1",
"uuid": "^3.2.1",
"xterm": "^4.7.0",
"xterm-addon-fit": "^0.4.0"
}
}