-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 957 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 957 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
33
34
35
{
"name": "@pie-element/drawing-response",
"repository": "pie-framework/pie-elements",
"version": "12.0.0",
"description": "",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/style": "^0.8.0",
"@mdi/js": "^3.6.95",
"@mdi/react": "^1.1.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/math-rendering": "5.0.0",
"@pie-lib/render-ui": "6.0.0",
"@pie-lib/translator": "4.0.0",
"konva": "8.3.0",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-konva": "^18.2.14"
},
"author": "pie framework developers",
"license": "ISC",
"gitHead": "cc08ba0f4d031351d6c0dbeb26403f6ed193a1d5",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"main": "lib/index.js",
"module": "src/index.js"
}