-
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) · 856 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 856 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/graphing",
"repository": "pie-framework/pie-elements",
"publishConfig": {
"access": "public"
},
"version": "10.0.0",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
},
"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/correct-answer-toggle": "4.0.0",
"@pie-lib/graphing": "4.0.0",
"@pie-lib/math-rendering": "5.0.0",
"@pie-lib/render-ui": "6.0.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"author": "",
"license": "ISC",
"gitHead": "f7801e8a2cd1bdc01ef1da55f9157f0989714bdc",
"main": "lib/index.js",
"module": "src/index.js"
}