@mintlify/components 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +33 -0
- package/build-storybook.log +365 -0
- package/dist/Accordion/Accordion.d.ts +21 -0
- package/dist/Accordion/AccordionCover.d.ts +13 -0
- package/dist/Accordion/AccordionGroup.d.ts +5 -0
- package/dist/Accordion/getAccordionStyleFromType.d.ts +5 -0
- package/dist/Accordion/index.d.ts +3 -0
- package/dist/Button.d.ts +11 -0
- package/dist/Callouts.d.ts +10 -0
- package/dist/Card.d.ts +11 -0
- package/dist/CardGroup.d.ts +5 -0
- package/dist/CodeGroup.d.ts +12 -0
- package/dist/Frame.d.ts +13 -0
- package/dist/Param.d.ts +10 -0
- package/dist/UserDefinedIcon.d.ts +7 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +9 -0
- package/dist/main.css +2019 -0
- package/package.json +76 -0
package/package.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mintlify/components",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Open-source library of UI components made with React and TailwindCSS.",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/mintlify/components"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"react",
|
|
13
|
+
"tailwindcss"
|
|
14
|
+
],
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "webpack",
|
|
18
|
+
"prepublish": "npm run build",
|
|
19
|
+
"storybook": "start-storybook -p 6006",
|
|
20
|
+
"build-storybook": "build-storybook"
|
|
21
|
+
},
|
|
22
|
+
"author": "Mintlify",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/mintlify/components/issues"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
28
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@babel/core": "^7.18.13",
|
|
32
|
+
"@babel/preset-env": "^7.18.10",
|
|
33
|
+
"@babel/preset-react": "^7.18.6",
|
|
34
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
35
|
+
"@storybook/addon-actions": "^6.5.10",
|
|
36
|
+
"@storybook/addon-essentials": "^6.4.22",
|
|
37
|
+
"@storybook/addon-interactions": "^6.5.10",
|
|
38
|
+
"@storybook/addon-links": "^6.5.10",
|
|
39
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
40
|
+
"@storybook/builder-webpack5": "^6.5.10",
|
|
41
|
+
"@storybook/manager-webpack5": "^6.5.10",
|
|
42
|
+
"@storybook/react": "^6.5.10",
|
|
43
|
+
"@storybook/testing-library": "^0.0.13",
|
|
44
|
+
"@tailwindcss/typography": "^0.5.7",
|
|
45
|
+
"@types/react": "^18.0.18",
|
|
46
|
+
"autoprefixer": "^10.4.8",
|
|
47
|
+
"babel-loader": "^8.2.5",
|
|
48
|
+
"chromatic": "^6.9.0",
|
|
49
|
+
"css-loader": "^6.7.1",
|
|
50
|
+
"glob-parent": "^6.0.2",
|
|
51
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
52
|
+
"mini-svg-data-uri": "^1.4.4",
|
|
53
|
+
"postcss": "^8.4.16",
|
|
54
|
+
"postcss-loader": "^7.0.1",
|
|
55
|
+
"postcss-preset-env": "^7.8.0",
|
|
56
|
+
"react": "^18.0.0",
|
|
57
|
+
"react-dom": "^18.0.0",
|
|
58
|
+
"source-map-loader": "^4.0.0",
|
|
59
|
+
"storybook-addon-themes": "^6.1.0",
|
|
60
|
+
"style-loader": "^3.3.1",
|
|
61
|
+
"tailwindcss": "^3.1.8",
|
|
62
|
+
"trim": "^1.0.1",
|
|
63
|
+
"trim-newlines": "^4.0.2",
|
|
64
|
+
"ts-loader": "^9.3.1",
|
|
65
|
+
"typescript": "^4.8.2",
|
|
66
|
+
"webpack": "^5.74.0",
|
|
67
|
+
"webpack-cli": "^4.10.0"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
71
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
72
|
+
"@headlessui/react": "^1.6.6",
|
|
73
|
+
"assert": "^2.0.0",
|
|
74
|
+
"clsx": "^1.1.1"
|
|
75
|
+
}
|
|
76
|
+
}
|