forked from swordev/suid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 781 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
34
35
{
"name": "@suid/material",
"version": "0.11.0",
"description": "A port of Material-UI (MUI) built with SolidJS.",
"keywords": [
"solid",
"solidjs",
"components",
"mui",
"material",
"material-ui",
"material design",
"ui"
],
"main": "index.jsx",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"clean": "tsc --build --clean tsconfig.build.json",
"watch": "tsc --build -w tsconfig.build.json"
},
"dependencies": {
"@suid/base": "workspace:*",
"@suid/css": "workspace:*",
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"clsx": "^1.2.1"
},
"peerDependencies": {
"solid-js": "^1.6.7"
},
"publishConfig": {
"directory": "lib"
}
}