-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.78 KB
/
package.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "boilerplate-ui",
"version": "1.17.0",
"description": "",
"homepage": "http://jianshangquan.github.io/boilerplate_ui",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "npm run build && npm run deploy-page",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static",
"deploy-page": "npm run predeploy && npm run deploy-storybook"
},
"license": "MIT",
"type": "module",
"keywords": [
"react",
"react-component",
"mui",
"calendar"
],
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-webpack5": "^8.0.5",
"@swc/core": "^1.4.12",
"@types/shortid": "^0.0.32",
"autoprefixer": "^10.4.19",
"eslint-plugin-storybook": "^0.8.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-preserve-directives": "^0.4.0",
"rollup-plugin-swc3": "^0.11.0",
"rollup-plugin-use-client": "^1.4.0",
"storybook": "^8.0.5",
"tailwindcss": "^3.4.3",
"tslib": "^2.5.3",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@icon-park/react": "^1.4.2",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.9",
"@types/react": "^18.0.0",
"check-mm-nrc": "^1.0.10",
"country-codes-list": "^1.6.11",
"framer-motion": "^11.0.24",
"moment": "^2.29.4",
"react": "^18.0.0",
"shortid": "^2.2.16",
"tailwind-merge": "^2.2.2"
},
"main": "dist/cjs/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@icon-park/react": "^1.4.2",
"@storybook/test": "^8.0.5",
"check-mm-nrc": "^1.0.10",
"country-codes-list": "^1.6.11",
"framer-motion": "^11.0.24",
"lodash": "^4.17.21",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwind-merge": "^2.2.2"
}
}