-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@ouroboros/define-mui",
"version": "1.5.6",
"description": "Components for use on @ouroboros/define types",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tslint -p tsconfig.json && tsc",
"clean": "rm Rf lib/*",
"for_local": "npm install; tslint -p tsconfig.json && tsc; rm -Rf node_modules/@emotion/react node_modules/@emotion/styled node_modules/@mui/material node_modules/@ouroboros/define node_modules/react node_modules/react-dom",
"test": "echo \"Error: no test specified.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouroboroscoding/define-mui.git"
},
"keywords": [
"@ouroboros/define",
"material-ui",
"mui",
"react"
],
"author": "Chris Nasr <chris@ouroboroscoding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouroboroscoding/define-mui/issues"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/uuid": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@ouroboros/browser": "^0.5.0",
"@ouroboros/clone": "^1.1.0",
"@ouroboros/dates": "^1.1.0",
"@ouroboros/subscribe": "^1.3.1",
"@ouroboros/tools": "^0.7.0",
"csv-writer-browser": "^1.0.0",
"prop-types": "^15.8.1",
"react-phone-input-material-ui": "^2.17.4",
"react-router-dom": "^6.2.2",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.1",
"@ouroboros/define": "^1.1.3",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
}
}