-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "@pie-element/calculator",
"repository": "pie-framework/pie-elements",
"version": "9.0.0",
"description": "A catalog tool",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"postpublish": "../../scripts/postpublish"
},
"publishConfig": {
"access": "public"
},
"author": "Harry",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/style": "^0.8.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draggable": "^3.3.0"
},
"gitHead": "f7801e8a2cd1bdc01ef1da55f9157f0989714bdc",
"main": "lib/index.js",
"module": "src/index.js"
}