-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
97 lines (97 loc) · 2.82 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
{
"name": "@skydive-project/skydive-ui",
"version": "0.1.8",
"main": "y",
"dependencies": {
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@date-io/date-fns": "^1.3.13",
"@fortawesome/fontawesome-free": "^5.15.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@types/chai": "^4.2.14",
"@types/mocha": "^5.2.7",
"@types/react": "^16.14.1",
"@types/react-dom": "^16.9.10",
"@types/styled-jsx": "^2.2.8",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.2.0",
"clsx": "^1.1.1",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^3.6.0",
"d3-flextree": "^2.1.1",
"d3-hierarchy": "^1.1.9",
"d3-polygon": "^1.0.6",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"d3-transition": "^1.3.2",
"d3-zoom": "^1.7.3",
"date-fns": "^2.16.1",
"downshift": "^3.4.8",
"es6-promise": "^4.2.8",
"fetch-jsonp": "^1.1.3",
"file-loader": "^6.2.0",
"history": "^4.10.1",
"html-webpack-plugin": "^5.3.2",
"lodash.deburr": "^4.1.0",
"mocha": "^8.2.1",
"moment": "^2.29.1",
"mui-datatables": "^3.7.3",
"node-fetch": ">=2.6.1",
"notistack": "^1.0.2",
"nyc": "^14.1.1",
"portable-fetch": "^3.0.0",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-docgen": "^4.1.1",
"react-dom": "^16.14.0",
"react-google-charts": "^3.0.15",
"react-json-tree": "^0.11.2",
"react-redux": "^7.2.2",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.2.0",
"react-sliding-pane": "^3.1.0",
"react-syntax-highlighter": "^15.4.3",
"react-websocket": "^2.1.0",
"roboto-fontface": "^0.10.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.3.0",
"throttle-debounce": "^2.3.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"url-loader": "^4.1.1",
"webpack": "^5.21.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "webpack serve --mode development --disable-host-check --host 0.0.0.0",
"build": "webpack",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skydive-project/skydive-ui.git"
},
"keywords": [
"Skydive",
"WebUI",
"v2"
],
"author": "Sylvain Afchain",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/skydive-project/skydive-ui/issues"
},
"homepage": "https://github.com/skydive-project/skydive-ui#readme",
"description": "Skydive WebUI v2",
"directories": {
"test": "tests"
}
}