-
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) · 903 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 903 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/fraction-model",
"repository": "pie-framework/pie-elements",
"publishConfig": {
"access": "public"
},
"version": "6.0.0",
"description": "",
"dependencies": {
"@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/config-ui": "13.0.0",
"@pie-lib/correct-answer-toggle": "4.0.0",
"@pie-lib/math-rendering": "5.0.0",
"@pie-lib/render-ui": "6.0.0",
"@pie-lib/test-utils": "2.0.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.15.1"
},
"author": "",
"license": "ISC",
"gitHead": "f7801e8a2cd1bdc01ef1da55f9157f0989714bdc",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"main": "lib/index.js",
"module": "src/index.js"
}