-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 933 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 933 Bytes
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
{
"name": "@pie-element/categorize-configure",
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
"version": "11.0.0",
"description": "",
"scripts": {},
"author": "pie framework developers",
"license": "ISC",
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@emotion/react": "^11.14.0",
"@emotion/style": "^0.8.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/categorize": "2.0.0",
"@pie-lib/config-ui": "13.0.0",
"@pie-lib/drag": "4.0.0",
"@pie-lib/editable-html-tip-tap": "2.0.0",
"@pie-lib/math-rendering": "5.0.0",
"@pie-lib/render-ui": "6.0.0",
"@pie-lib/translator": "4.0.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"gitHead": "a53e5e851a76da9c1d1a919b277ca0c4c8a8bff2"
}