Skip to content

Commit 62aa206

Browse files
componentry-7.2.0 (#2462)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cc2067 commit 62aa206

1 file changed

Lines changed: 171 additions & 0 deletions

File tree

directory/componentry.json

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
{
2+
"name": "componentry",
3+
"version": "7.2.0",
4+
"keywords": [
5+
"accessibility",
6+
"components-library",
7+
"design-systems",
8+
"postcss-plugin",
9+
"react",
10+
"tailwindcss",
11+
"typescript"
12+
],
13+
"license": "MIT",
14+
15+
"maintainers": [
16+
{
17+
"name": "dhedgecock",
18+
"email": "[email protected]"
19+
},
20+
{
21+
"name": "crystal-ball-ci",
22+
"email": "[email protected]"
23+
}
24+
],
25+
"contributors": [
26+
{
27+
"name": "Dan Hedgecock",
28+
"email": "[email protected]"
29+
},
30+
{
31+
"name": "Phillip Sauerbeck",
32+
"email": "[email protected]"
33+
}
34+
],
35+
"homepage": "https://github.com/crystal-ball/componentry#readme",
36+
"bugs": {
37+
"url": "https://github.com/crystal-ball/componentry/issues"
38+
},
39+
"dist": {
40+
"shasum": "262156fca4dac40f1f768bca889c43503a27b4be",
41+
"tarball": "https://registry.npmjs.org/componentry/-/componentry-7.2.0.tgz",
42+
"fileCount": 311,
43+
"integrity": "sha512-ZWWceFIaS2jCOnl2CDeoaVLzY16bXSv7SiKQlOjUBA8ofqLMFh+bI7t44IFtHOdUfhhzBARgMJ/835nlxpDvsg==",
44+
"signatures": [
45+
{
46+
"sig": "MEUCIFzTOqJ5G1pqs3jM2Wzz/P4rCsE35ClhKwoQo188+b9IAiEAu4TRyHeoAxP6DQeamsblBnpuMTqMs8L0cr6Ao7AmP0Y=",
47+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
48+
}
49+
],
50+
"unpackedSize": 712506
51+
},
52+
"main": "./dist/commonjs/index.js",
53+
"types": "./types/index.d.ts",
54+
"module": "./dist/browser/index.js",
55+
"exports": {
56+
".": {
57+
"node": {
58+
"import": "./dist/browser/index.js",
59+
"require": "./dist/commonjs/index.js"
60+
},
61+
"browser": {
62+
"import": "./dist/browser/index.js",
63+
"require": "./dist/commonjs/index.js"
64+
},
65+
"default": "./dist/browser/index.js"
66+
},
67+
"./babel": "./dist/commonjs/plugin-babel/index.js",
68+
"./postcss": "./dist/commonjs/plugin-postcss/index.js",
69+
"./api-docs": "./dist/api-docs.json"
70+
},
71+
"gitHead": "08c64aace09309ce943f8fd29fb631d355266947",
72+
"scripts": {
73+
"test": "npm run test:lint && npm run test:types && npm run test:unit",
74+
"clean": "rm -rf dist types",
75+
"start": "npm run compile && storybook dev -p 6006 --no-open",
76+
"types": "tsc",
77+
"format": "prettier --write . !CHANGELOG.md !coverage",
78+
"compile": "npm run compile:browser && npm run compile:commonjs",
79+
"typedoc": "typedoc ./src/api-types.ts --json dist/api-docs.json",
80+
"test:lint": "NODE_ENV=test eslint --format=pretty .",
81+
"test:unit": "BABEL_ENV=test NODE_ENV=test jest",
82+
"test:types": "tsc",
83+
"test:watch": "BABEL_ENV=test NODE_ENV=test JEST_NOTIFY=true jest --watch",
84+
"type-check": "tsc --noEmit",
85+
"babel:watch": "BABEL_ENV=browser babel src --watch --out-dir dist/browser --ignore '**/*.spec.js'",
86+
"postpublish": "npm run clean",
87+
"prepublishOnly": "npm run clean && npm run compile && npm run types && npm run typedoc",
88+
"build-storybook": "storybook build",
89+
"compile:browser": "BABEL_ENV=browser babel src -x '.ts,.tsx' --out-dir dist/browser",
90+
"compile:commonjs": "BABEL_ENV=commonjs babel src -x '.ts,.tsx' --out-dir dist/commonjs",
91+
"type-check:watch": "tsc --noEmit --watch"
92+
},
93+
"_npmUser": {
94+
"name": "dhedgecock",
95+
"email": "[email protected]"
96+
},
97+
"repository": {
98+
"url": "git+https://github.com/crystal-ball/componentry.git",
99+
"type": "git"
100+
},
101+
"_npmVersion": "9.6.7",
102+
"description": "React component library for building custom design systems",
103+
"directories": {},
104+
"sideEffects": false,
105+
"_nodeVersion": "18.17.1",
106+
"dependencies": {
107+
"clsx": "^1.1",
108+
"nanoid": "^3.2",
109+
"lilconfig": "^2.0",
110+
"@babel/runtime": "^7.17"
111+
},
112+
"_hasShrinkwrap": false,
113+
"devDependencies": {
114+
"jest": "29.7.0",
115+
"react": "18.2.0",
116+
"eslint": "8.52.0",
117+
"postcss": "8.4.31",
118+
"typedoc": "0.25.2",
119+
"webpack": "5.89.0",
120+
"prettier": "3.0.3",
121+
"chromatic": "7.4.0",
122+
"react-dom": "18.2.0",
123+
"storybook": "7.5.1",
124+
"@babel/cli": "7.23.0",
125+
"typescript": "5.2.2",
126+
"@babel/core": "7.23.2",
127+
"tailwindcss": "3.3.3",
128+
"@types/react": "18.2.31",
129+
"autoprefixer": "10.4.16",
130+
"node-notifier": "10.0.1",
131+
"@storybook/react": "7.5.1",
132+
"@types/react-dom": "18.2.14",
133+
"@storybook/addons": "7.5.1",
134+
"@storybook/theming": "7.5.1",
135+
"babel-plugin-tester": "11.0.4",
136+
"eslint-plugin-react": "7.33.2",
137+
"@testing-library/dom": "9.3.3",
138+
"@storybook/addon-links": "7.5.1",
139+
"@testing-library/react": "14.0.0",
140+
"eslint-config-prettier": "9.0.0",
141+
"eslint-plugin-jsx-a11y": "6.7.1",
142+
"eslint-plugin-prettier": "5.0.1",
143+
"jest-environment-jsdom": "29.7.0",
144+
"eslint-config-eloquence": "23.1.0",
145+
"eslint-plugin-storybook": "^0.6.15",
146+
"@babel/preset-typescript": "7.23.2",
147+
"@storybook/addon-mdx-gfm": "^7.5.1",
148+
"@storybook/addon-postcss": "2.0.0",
149+
"@storybook/react-webpack5": "^7.5.1",
150+
"@testing-library/jest-dom": "6.1.4",
151+
"@typescript-eslint/parser": "6.8.0",
152+
"eslint-plugin-react-hooks": "4.6.0",
153+
"@storybook/addon-essentials": "7.5.1",
154+
"@testing-library/user-event": "14.5.1",
155+
"eslint-plugin-testing-library": "6.1.0",
156+
"@babel/plugin-transform-runtime": "7.23.2",
157+
"@storybook/addon-styling-webpack": "^0.0.5",
158+
"@typescript-eslint/eslint-plugin": "6.8.0"
159+
},
160+
"peerDependencies": {
161+
"react": ">=16.14",
162+
"postcss": "8",
163+
"postcss-js": "4",
164+
"postcss-nested": "5 || 6"
165+
},
166+
"_npmOperationalInternal": {
167+
"tmp": "tmp/componentry_7.2.0_1698007342764_0.8684054924081583",
168+
"host": "s3://npm-registry-packages"
169+
},
170+
"_time": "2023-10-22T20:42:22.986Z"
171+
}

0 commit comments

Comments
 (0)