-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.08 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
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
138
139
140
{
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "pnpm run -r --filter packages/* build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint ./**/*.ts --fix",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"release": "bumpp package.json packages/*/package.json --tag --commit --push && pnpm -r publish --access public",
"chromatic": "npx chromatic --project-token=chpt_e35bebc62f7a79c"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "tailwind-typescript-components",
"author": {
"name": "codeflowjs"
},
"module": "dist/tailwind-typescript-components.esm.js",
"size-limit": [
{
"path": "dist/tailwind-typescript-components.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/tailwind-typescript-components.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nrwl/storybook": "^17.1.2",
"@nx/eslint": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/js": "17.1.2",
"@nx/react": "17.1.2",
"@nx/storybook": "17.1.2",
"@nx/vite": "17.1.2",
"@nx/web": "17.1.2",
"@size-limit/preset-small-lib": "^8.2.4",
"@storybook/addon-backgrounds": "^7.6.10",
"@storybook/addon-controls": "^7.5.3",
"@storybook/addon-essentials": "^7.6.0-alpha.4",
"@storybook/addon-interactions": "^7.6.0-alpha.4",
"@storybook/addon-links": "^7.6.0-alpha.4",
"@storybook/addon-mdx-gfm": "^7.6.0-alpha.4",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^7.6.0-alpha.4",
"@storybook/core-server": "7.5.3",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^7.6.10",
"@storybook/react": "^7.6.0-alpha.4",
"@storybook/react-vite": "^7.6.0-alpha.4",
"@storybook/test": "^7.6.0-alpha.4",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.10",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/node": "18.14.2",
"@types/react": "18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "~4.0.0",
"@vitest/coverage-v8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"autoprefixer": "^10.4.14",
"chromatic": "^7.6.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"jsdom": "~22.1.0",
"nx": "17.1.2",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"react-icons": "^4.11.0",
"react-is": "^18.2.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.55.0",
"size-limit": "^8.2.4",
"storybook": "^7.0.26",
"tailwindcss": "^3.3.0",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.2.2",
"vite": "^4.4.1",
"vite-plugin-dts": "~2.3.0",
"vitest": "~0.32.0"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@nrwl/react": "^17.1.2",
"@storybook/addon-docs": "^7.6.10",
"@tailwindcss/forms": "^0.5.6",
"clsx": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "tailwind-typescript-components@0.1.0",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}