-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 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
{
"name": "@pie-element/extended-text-entry",
"version": "11.8.2",
"description": "",
"repository": "pie-framework/pie-elements",
"publishConfig": {
"access": "public"
},
"author": "pie framework developers",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.20.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.6.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"gitHead": "0e14ff981bcdc8a89a0e58484026496701bfdbc3",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"main": "lib/index.js",
"module": "src/index.js",
"exports": {
".": "./src/index.js",
"./print": "./src/print.js"
}
}