-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.32 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.32 KB
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
{
"name": "@cosmotech/ui",
"version": "11.0.2",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist/*"
],
"scripts": {
"build": "node --experimental-json-modules ./node_modules/.bin/rollup -c",
"eslint": "eslint",
"test": "jest",
"prettier": "npx prettier -w",
"pushlocal": "yarn build && yalc push --sig"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cosmo-Tech/webapp-component-ui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cosmo-Tech/webapp-component-ui/issues"
},
"homepage": "https://github.com/Cosmo-Tech/webapp-component-ui#readme",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@cosmotech/azure": "^4.0.2",
"@cosmotech/core": "^3.0.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/compat": "^2.0.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@mui/icons-material": "^7.3.10",
"@mui/material": "^7.3.10",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"babel-jest": "^30.3.0",
"dayjs": "^1.11.20",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-testing-library": "^7.16.2",
"globals": "^17.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^30.3.0",
"neostandard": "^0.13.0",
"postcss": "^8.5.9",
"prettier": "^3.8.2",
"prop-types": "^15.8.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^16.6.6",
"rollup": "^4.60.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
},
"peerDependencies": {
"@cosmotech/azure": "^4.0.1",
"@cosmotech/core": "^3.0.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"prop-types": "^15.7.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.3"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.2",
"@superset-ui/embedded-sdk": "^0.3.0",
"ag-grid-community": "~35.0.1",
"ag-grid-react": "~35.0.1",
"cytoscape": "^3.33.2",
"cytoscape-bubblesets": "^4.1.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-layers": "^3.1.0",
"powerbi-client-react": "^2.0.2",
"react-cytoscapejs": "^2.0.0",
"react-lottie-player": "^2.1.0",
"react-number-format": "^5.4.5",
"rfdc": "^1.4.1"
},
"packageManager": "yarn@4.9.4"
}