-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.54 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
{
"name": "graffiti-ui",
"version": "0.1.0",
"private": true,
"main": "lib/index.js",
"peerDependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.26",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/styled-jsx": "^2.2.8",
"chai": "^4.2.0",
"clsx": "^1.0.4",
"d3-hierarchy": "^1.1.8",
"d3-polygon": "^1.0.5",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-transition": "^1.2.0",
"d3-zoom": "^1.7.3",
"downshift": "^3.2.12",
"es6-promise": "^4.2.8",
"fetch-jsonp": "^1.1.3",
"history": "^4.10.1",
"lodash.deburr": "^4.1.0",
"mocha": "^6.2.1",
"mui-datatables": "^2.12.4",
"notistack": "^0.8.9",
"nyc": "^14.1.1",
"portable-fetch": "^3.0.0",
"query-string": "^6.9.0",
"react": "^16.8.6",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"react-google-charts": "^3.0.15",
"react-highlight": "^0.12.0",
"react-json-tree": "^0.11.2",
"react-redux": "^7.1.1",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.1.2",
"react-sliding-pane": "^3.1.0",
"react-websocket": "^2.1.0",
"redux": "^4.0.4",
"roboto-fontface": "^0.10.0",
"throttle-debounce": "^2.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.26",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/styled-jsx": "^2.2.8",
"chai": "^4.2.0",
"clsx": "^1.0.4",
"d3-hierarchy": "^1.1.8",
"d3-polygon": "^1.0.5",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-transition": "^1.2.0",
"d3-zoom": "^1.7.3",
"downshift": "^3.2.12",
"es6-promise": "^4.2.8",
"fetch-jsonp": "^1.1.3",
"history": "^4.10.1",
"lodash.deburr": "^4.1.0",
"mocha": "^6.2.1",
"mui-datatables": "^2.12.4",
"notistack": "^0.8.9",
"nyc": "^15.0.0",
"portable-fetch": "^3.0.0",
"query-string": "^6.9.0",
"react": "^16.8.6",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"react-google-charts": "^3.0.15",
"react-highlight": "^0.12.0",
"react-json-tree": "^0.11.2",
"react-redux": "^7.1.1",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.1.2",
"react-sliding-pane": "^3.1.0",
"react-websocket": "^2.1.0",
"redux": "^4.0.4",
"roboto-fontface": "^0.10.0",
"throttle-debounce": "^2.1.0"
},
"scripts": {
"start": "webpack-dev-server --mode development --host 0.0.0.0 --open-page=$PAGE",
"build": "webpack --mode production",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test"
},
"devDependencies": {
"typescript": "^3.8.3",
"webpack-node-externals": "^1.7.2",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"ts-node": "^8.4.1",
"url-loader": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"copy-webpack-plugin": "^5.1.1",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"source-map-loader": "^0.2.4",
"file-loader": "^4.2.0",
"awesome-typescript-loader": "^5.2.1",
"style-loader": "^1.0.0",
"css-loader": "^3.2.0"
}
}