-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "@bu-sail/components",
"author": "Hicsail",
"license": "MIT",
"version": "0.0.1",
"description": "React component library leveraging Material-UI",
"main": "index.js",
"scripts": {
"build": "tsup ./src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier -l \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"prettier:fix": "prettier -wl \"src/**/*.{js,jsx,ts,tsx,json,md}\""
},
"repository": {
"type": "git",
"url": "https://github.com/hicsail/components.git"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": ">=7 < 8",
"react": ">=17 < 20",
"react-dom": ">=17 < 20"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "7.3.1",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/react-vite": "^9.1.2",
"prettier": "^3.6.2",
"prop-types": "^15.8.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"storybook": "^9.1.2",
"tsup": "^8.5.0"
}
}