-
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) · 846 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 846 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/drawing-response",
"version": "8.5.5",
"description": "",
"repository": "pie-framework/pie-elements",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@mdi/js": "^3.6.95",
"@mdi/react": "^1.1.1",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.16.0",
"classnames": "^2.2.6",
"enzyme-to-json": "^3.3.5",
"konva": "^3.4.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-konva": "^16.10.1-0"
},
"author": "pie framework developers",
"license": "ISC",
"gitHead": "0e14ff981bcdc8a89a0e58484026496701bfdbc3",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"main": "lib/index.js",
"module": "src/index.js"
}