-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.65 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.65 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "bunney-ui",
"version": "0.0.17",
"type": "module",
"files": [
"dist"
],
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/root.js",
"require": "./dist/root.js",
"types": "./dist/root.d.ts"
},
"./Bunney": {
"import": "./dist/Bunney.js",
"require": "./dist/Bunney.cjs",
"types": "./dist/Bunney.d.ts"
},
"./Mackey": {
"import": "./dist/Mackey.js",
"require": "./dist/Mackey.cjs",
"types": "./dist/Mackey.d.ts"
},
"./Logo": {
"import": "./dist/Logo.js",
"require": "./dist/Logo.cjs",
"types": "./dist/Logo.d.ts"
},
"./TechBunney": {
"import": "./dist/TechBunney.js",
"require": "./dist/TechBunney.cjs",
"types": "./dist/TechBunney.d.ts"
},
"./SmileyBunney": {
"import": "./dist/SmileyBunney.js",
"require": "./dist/SmileyBunney.cjs",
"types": "./dist/SmileyBunney.d.ts"
},
"./AnimatedBunney": {
"import": "./dist/AnimatedBunney.js",
"require": "./dist/AnimatedBunney.cjs",
"types": "./dist/AnimatedBunney.d.ts"
},
"./BunneyLoading": {
"import": "./dist/BunneyLoading.js",
"require": "./dist/BunneyLoading.cjs",
"types": "./dist/BunneyLoading.d.ts"
},
"./SantaBunney": {
"import": "./dist/SantaBunney.js",
"require": "./dist/SantaBunney.cjs",
"types": "./dist/SantaBunney.d.ts"
},
"./CookieBunney": {
"import": "./dist/CookieBunney.js",
"require": "./dist/CookieBunney.cjs",
"types": "./dist/CookieBunney.d.ts"
},
"./SnowBunney": {
"import": "./dist/SnowBunney.js",
"require": "./dist/SnowBunney.cjs",
"types": "./dist/SnowBunney.d.ts"
},
"./ColorBunney": {
"import": "./dist/ColorBunney.js",
"require": "./dist/ColorBunney.cjs",
"types": "./dist/ColorBunney.d.ts"
},
"./MadBunney": {
"import": "./dist/MadBunney.js",
"require": "./dist/MadBunney.cjs",
"types": "./dist/MadBunney.d.ts"
}
},
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.build.json && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "dotenv -- bash -c \"npx chromatic --project-token=chpt_b85e7df807038f6\""
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@gsap/react": "^2.1.1",
"dotenv-cli": "^7.4.2",
"gsap": "^3.12.5",
"init": "^0.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-commonjs": "^0.10.1"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-onboarding": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-vite": "^8.2.6",
"@storybook/test": "^8.2.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"chromatic": "^11.5.6",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"storybook": "^8.2.6",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.0.0-beta.1",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"license": "ISC",
"author": "heywon0909 <hw731911@gmail.com> (https://github.com/heywon0909/bunney-ui)",
"bugs": {
"url": "https://github.com/heywon0909",
"email": "hw731911@gmail.com"
},
"keywords": [
"typescript",
"React",
"vite",
"storybook"
]
}