-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "@pie-element/categorize",
"repository": "pie-framework/pie-elements",
"publishConfig": {
"access": "public"
},
"version": "13.0.0",
"description": "",
"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-player-events": "^0.1.0",
"@pie-lib/categorize": "2.0.0",
"@pie-lib/config-ui": "13.0.0",
"@pie-lib/correct-answer-toggle": "4.0.0",
"@pie-lib/drag": "4.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.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"gitHead": "9aff2ae5a32f35f8aec517c42cd95e3caecbab0f",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"main": "lib/index.js",
"module": "src/index.js"
}