forked from sapcc/elektra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.21 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
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@nivo/bar": "^0.59.2",
"@rails/webpacker": "^4.0.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-react-require": "^3.1.1",
"check-files": "^0.0.2",
"core-js": "^3.3.2",
"d3-decompose": "^1.0.2",
"d3-drag": "^1.2.1",
"d3-force": "^2.0.1",
"d3-geo": "^1.10.0",
"d3-scale": "^3.1.0",
"d3-selection": "^1.3.0",
"d3-svg-legend": "^2.25.6",
"d3-timer": "^1.0.7",
"d3-transition": "^1.1.1",
"d3-zoom": "^1.7.1",
"ip-range-check": "^0.2.0",
"jsx-to-string": "^1.4.0",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"prop-types": "^15.5.7",
"react": "^16.10.0",
"react-bootstrap": "^0.31.5",
"react-bootstrap-typeahead": "^3.0.0-alpha.1",
"react-datetime": "*",
"react-dom": "^16.8.1",
"react-json-view": "^1.16.6",
"react-redux": "^7.0.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"react-virtualized": "^9.20.1",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.13.3",
"webpack": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@types/jest": "24.0.22",
"axios-mock-adapter": "1.17.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"eslint": "6.6.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.16.0",
"jest": "24.9.0",
"react-autocomplete-cli": "0.0.3",
"react-test-renderer": "16.10.2",
"redux-mock-store": "1.5.3",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.2"
},
"scripts": {
"test": "NODE_ENV=test jest --config jest.config.js"
},
"name": "elektra-cc-dashboard",
"license": "SEE LICENSE IN apache2-license.txt",
"version": "1.0.0",
"main": "app/javascript/packs/application.jsx.erb",
"repository": "https://github.com/sapcc/elektra.git"
}