forked from components-ai/css.gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.73 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@compai/css-gui",
"version": "0.0.77",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf .turbo node_modules dist"
},
"files": [
"dist/**",
"readme.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/components-ai/css.gui"
},
"homepage": "https://components.ai/open-source/css-gui",
"peerDependencies": {
"react": ">= 18",
"react-dom": ">= 18"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/react": "18.0.5",
"@types/react-dom": "^18.0.1",
"@types/uuid": "^8.3.4",
"config": "*",
"react": "18.0.0",
"react-dom": "18.0.0",
"tsconfig": "*",
"typescript": "^4.6.4"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@mdx-js/react": "^1.6.22",
"@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-collapsible": "^0.1.6",
"@radix-ui/react-label": "^0.1.5",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-slider": "^0.1.4",
"@radix-ui/react-switch": "^0.1.5",
"@radix-ui/react-tabs": "^0.1.5",
"@radix-ui/react-toggle": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.7",
"csstype": "^3.0.11",
"culori": "^2.0.3",
"downshift": "^6.1.7",
"get-contrast": "^3.0.0",
"immer": "^9.0.12",
"lodash-es": "^4.17.21",
"react-feather": "^2.0.9",
"react-use-gesture": "^9.1.3",
"rehype-parse": "^8.0.4",
"rehype-sanitize": "^5.0.1",
"theme-ui": "^0.14.5",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.0",
"uuid": "^8.3.2"
}
}