-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.1 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
{
"name": "react-component-tailwindcss",
"version": "0.0.3-a.19",
"description": "React Component Library with tailwindcss",
"scripts": {
"rollup": "rollup -c",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build": "storybook build"
},
"keywords": [
"react",
"component",
"components",
"react-component",
"react-components",
"tailwindcss",
"tailwind"
],
"author": "Jehyun Jung",
"license": "MIT",
"homepage": "https://victorious-mushroom-03215740f.5.azurestaticapps.net",
"repository": {
"url": "https://github.com/congmul/react-component-tailwindcss"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.1.0",
"@storybook/addon-docs": "^10.2.17",
"@storybook/addon-links": "^10.2.17",
"@storybook/addon-onboarding": "^10.2.17",
"@storybook/react": "^10.2.17",
"@storybook/react-vite": "^10.2.17",
"@tailwindcss/postcss": "^4.2.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.0.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"babel-jest": "^30.2.0",
"classnames": "^2.5.1",
"happy-dom": "^20.8.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.4.47",
"rollup": "^4.22.5",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^10.2.17",
"tailwindcss": "^4.2.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^7.3.1"
},
"peerDependencies": {
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts"
}