generated from timelessco/react-components-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
188 lines (188 loc) · 5.79 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "@renderlesskit/react-tailwind",
"version": "0.0.1-alpha.15",
"description": "React UI built with renderleskit-react & tailwind",
"keywords": [
"react",
"ui",
"renderlesskit",
"renderless",
"components",
"typescript"
],
"bugs": {
"url": "https://github.com/timelessco/renderlesskit-react-tailwind/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timelessco/renderlesskit-react-tailwind.git"
},
"license": "MIT",
"author": "Timeless <[email protected]>",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"files": [
"dist",
"tailwindPlugins",
"preset.d.ts",
"preset.js"
],
"scripts": {
"postinstall": "concurrently \"husky install\" \"patch-package\"",
"storybook": "cross-env TAILWIND_MODE=watch start-storybook -p 6006",
"test": "jest --config ./jest.config.ts --no-cache",
"check-types": "yarn build:types && yarn tsd",
"lint": "eslint . --ext .tsx,.ts,.jsx,.js",
"lint:fix": "eslint . --ext .tsx,.ts,.jsx,.js --fix",
"format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
"format:package": "sort-package-json",
"prebuild": "rimraf dist",
"build": "concurrently \"yarn:build:*\"",
"build-storybook": "build-storybook",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .ts,.tsx -d dist/esm --source-maps",
"build:types": "tsc --emitDeclarationOnly --project tsconfig.prod.json",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"release": "release-it",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"**/*.{js,jsx,tx,tsx}": [
"yarn lint:fix"
],
"**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}": [
"yarn format"
],
"package.json": [
"yarn format:package"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@react-aria/live-announcer": "^3.0.1",
"@renderlesskit/react": "^0.4.0",
"lodash": "4.17.21",
"reakit": "^1.3.8"
},
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@release-it/conventional-changelog": "^3.1.1",
"@storybook/addon-a11y": "6.4.0-alpha.16",
"@storybook/addon-actions": "6.4.0-alpha.16",
"@storybook/addon-essentials": "6.4.0-alpha.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "6.4.0-alpha.16",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/jest-axe": "^3.5.2",
"@types/node": "^16.6.1",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^2.2.1",
"@types/testing-library__jest-dom": "^5.14.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "10.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-lodash": "^3.3.4",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.10.1",
"focus-visible": "^5.2.0",
"gacp": "^2.10.2",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-axe": "^5.0.1",
"lint-staged": "^11.1.2",
"patch-package": "^6.4.7",
"pinst": "^2.1.6",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-focus-visible": "^5.0.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.12.2",
"react-icons": "^4.2.0",
"reakit-test-utils": "^0.15.1",
"release-it": "^14.11.3",
"rimraf": "^3.0.2",
"sort-package-json": "^1.50.0",
"storybook-addon-pseudo-states": "^1.0.0",
"storybook-builder-vite": "^0.0.12",
"tailwindcss": "2.2.7",
"ts-node": "^10.2.0",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"vite": "^2.4.4"
},
"peerDependencies": {
"deepmerge": "4.x",
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
},
"tsd": {
"directory": "src/theme"
}
}