-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
106 lines (106 loc) · 3.18 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
{
"dependencies": {
"@cloudoperators/juno-messages-provider": "^0.1.18",
"@cloudoperators/juno-ui-components": "^2.17.1",
"@nivo/bar": "0.85.1",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7",
"@tanstack/react-query": "^4.28.0",
"ansi-up": "^1.0.0",
"axios": "^0.21",
"bootstrap": "3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-multiselect": "0.9.15",
"bootstrap-select": "1.13.6",
"bootstrap-slider": "9.1.3",
"check-files": "^0.0.2",
"clipboard": "^2.0.10",
"coffeescript": "^2.6.1",
"crypto": "^1.0.1",
"d3": "3.5.17",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^1.4.1",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"date-fns": "^2.30.0",
"esbuild": "^0.14.34",
"file-saver": "1.3.8",
"global": "^4.4.0",
"ip-range-check": "^0.2.0",
"ip-regex": "^5.0.0",
"jquery": "1.12.4",
"jquery-ujs": "^1.2.3",
"jquery.cookie": "1.4.1",
"js-base64": "^2.1.8",
"jsoneditor": "5.5.6",
"moment": "^2.29.2",
"numeral": "^2.0.6",
"prop-types": "^15.5.7",
"query-string": "^7.1.1",
"raven-js": "3.7.0",
"react": "18.2.0",
"react-bootstrap": "0.33.1",
"react-bootstrap-typeahead": "^3.0.0-alpha.1",
"react-clipboard.js": "^2.0.16",
"react-datetime": "*",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-jss": "^10.9.0",
"react-native-dotenv": "^2.3.0",
"react-popper": "^2.3.0",
"react-redux": "^7.0.0",
"react-router-dom": "^5.1.2",
"react-select": "^5.5.2",
"react-transition-group": "^4.3.0",
"react-window": "^1.8.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.2.0",
"topojson-client": "^3.1.0",
"uuid": "^3.4.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.12",
"axios-mock-adapter": "1.18.2",
"babel-plugin-transform-import-meta": "^2.2.0",
"chokidar": "^3.5.3",
"cypress": "9.0.0",
"eslint": "^8.14.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.4",
"glob": "^8.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.0",
"postcss": "^8.4.21",
"postcss-minify": "^1.1.0",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"redux-mock-store": "1.5.4",
"sass": "^1.77.6",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^3.0.24"
},
"scripts": {
"test": "NODE_ENV=test jest --config jest.config.js",
"build": "node ./config/esbuild/build.js",
"format": "prettier --log-level warn --write \"**/*.{js,jsx,ts,tsx,md}\"",
"check-format": "prettier --config ./.prettierrc --check \"**/*.{js,jsx,ts,tsx,md}\" "
},
"name": "elektra-cc-dashboard",
"license": "SEE LICENSE IN LICENSE",
"version": "2.0.0",
"repository": "https://github.com/sapcc/elektra.git",
"main": "index.js"
}