-
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) · 792 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 792 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/explicit-constructed-response",
"publishConfig": {
"access": "public"
},
"repository": "pie-framework/pie-elements",
"version": "7.5.4",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.14.6",
"classnames": "^2.2.5",
"he": "^1.2.0",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"author": "",
"license": "ISC",
"gitHead": "0e14ff981bcdc8a89a0e58484026496701bfdbc3",
"main": "lib/index.js",
"module": "src/index.js",
"exports": {
".": "./src/index.js",
"./print": "./src/print.js"
}
}