Skip to content

Commit 5021019

Browse files
collect plugins data
1 parent cf8e57b commit 5021019

204 files changed

Lines changed: 18209 additions & 17935 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

directory/postcss-normalize-stylus-compatable-container-query-syntax.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/index.html

Lines changed: 3 additions & 48 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"compatibility",
4141
"conditional",
4242
"constants",
43-
"container-query",
4443
"contains",
4544
"content",
4645
"contrast",
Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "componentry",
33
"version": "7.2.0",
4-
"description": "React component library for building custom design systems",
54
"keywords": [
65
"accessibility",
76
"components-library",
@@ -11,6 +10,18 @@
1110
"tailwindcss",
1211
"typescript"
1312
],
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+
],
1425
"contributors": [
1526
{
1627
"name": "Dan Hedgecock",
@@ -21,151 +32,140 @@
2132
"email": "[email protected]"
2233
}
2334
],
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/crystal-ball/componentry.git"
35+
"homepage": "https://github.com/crystal-ball/componentry#readme",
36+
"bugs": {
37+
"url": "https://github.com/crystal-ball/componentry/issues"
2738
},
28-
"license": "MIT",
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",
2955
"exports": {
30-
"./babel": "./dist/commonjs/plugin-babel/index.js",
31-
"./postcss": "./dist/commonjs/plugin-postcss/index.js",
32-
"./api-docs": "./dist/api-docs.json",
3356
".": {
34-
"browser": {
57+
"node": {
3558
"import": "./dist/browser/index.js",
3659
"require": "./dist/commonjs/index.js"
3760
},
38-
"node": {
61+
"browser": {
3962
"import": "./dist/browser/index.js",
4063
"require": "./dist/commonjs/index.js"
4164
},
4265
"default": "./dist/browser/index.js"
43-
}
66+
},
67+
"./babel": "./dist/commonjs/plugin-babel/index.js",
68+
"./postcss": "./dist/commonjs/plugin-postcss/index.js",
69+
"./api-docs": "./dist/api-docs.json"
4470
},
45-
"main": "./dist/commonjs/index.js",
46-
"module": "./dist/browser/index.js",
47-
"types": "./types/index.d.ts",
48-
"sideEffects": false,
71+
"gitHead": "08c64aace09309ce943f8fd29fb631d355266947",
4972
"scripts": {
50-
"start": "npm run compile && storybook dev -p 6006 --no-open",
51-
"babel:watch": "BABEL_ENV=browser babel src --watch --out-dir dist/browser --ignore '**/*.spec.js'",
52-
"build-storybook": "storybook build",
5373
"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",
5480
"test:lint": "NODE_ENV=test eslint --format=pretty .",
55-
"test:types": "tsc",
5681
"test:unit": "BABEL_ENV=test NODE_ENV=test jest",
82+
"test:types": "tsc",
5783
"test:watch": "BABEL_ENV=test NODE_ENV=test JEST_NOTIFY=true jest --watch",
5884
"type-check": "tsc --noEmit",
59-
"type-check:watch": "tsc --noEmit --watch",
60-
"format": "prettier --write . !CHANGELOG.md !coverage",
61-
"prepublishOnly": "npm run clean && npm run compile && npm run types && npm run typedoc",
85+
"babel:watch": "BABEL_ENV=browser babel src --watch --out-dir dist/browser --ignore '**/*.spec.js'",
6286
"postpublish": "npm run clean",
63-
"compile": "npm run compile:browser && npm run compile:commonjs",
87+
"prepublishOnly": "npm run clean && npm run compile && npm run types && npm run typedoc",
88+
"build-storybook": "storybook build",
6489
"compile:browser": "BABEL_ENV=browser babel src -x '.ts,.tsx' --out-dir dist/browser",
6590
"compile:commonjs": "BABEL_ENV=commonjs babel src -x '.ts,.tsx' --out-dir dist/commonjs",
66-
"types": "tsc",
67-
"typedoc": "typedoc ./src/api-types.ts --json dist/api-docs.json",
68-
"clean": "rm -rf dist types"
91+
"type-check:watch": "tsc --noEmit --watch"
6992
},
70-
"peerDependencies": {
71-
"postcss": "8",
72-
"postcss-js": "4",
73-
"postcss-nested": "5 || 6",
74-
"react": ">=16.14"
93+
"_npmUser": {
94+
"name": "dhedgecock",
95+
"email": "[email protected]"
7596
},
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",
76106
"dependencies": {
77-
"@babel/runtime": "^7.17",
78107
"clsx": "^1.1",
108+
"nanoid": "^3.2",
79109
"lilconfig": "^2.0",
80-
"nanoid": "^3.2"
110+
"@babel/runtime": "^7.17"
81111
},
112+
"_hasShrinkwrap": false,
82113
"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",
83124
"@babel/cli": "7.23.0",
125+
"typescript": "5.2.2",
84126
"@babel/core": "7.23.2",
85-
"@babel/plugin-transform-runtime": "7.23.2",
86-
"@babel/preset-typescript": "7.23.2",
87-
"@storybook/addon-essentials": "7.5.1",
88-
"@storybook/addon-links": "7.5.1",
89-
"@storybook/addon-mdx-gfm": "^7.5.1",
90-
"@storybook/addon-postcss": "2.0.0",
91-
"@storybook/addon-styling-webpack": "^0.0.5",
92-
"@storybook/addons": "7.5.1",
127+
"tailwindcss": "3.3.3",
128+
"@types/react": "18.2.31",
129+
"autoprefixer": "10.4.16",
130+
"node-notifier": "10.0.1",
93131
"@storybook/react": "7.5.1",
94-
"@storybook/react-webpack5": "^7.5.1",
132+
"@types/react-dom": "18.2.14",
133+
"@storybook/addons": "7.5.1",
95134
"@storybook/theming": "7.5.1",
135+
"babel-plugin-tester": "11.0.4",
136+
"eslint-plugin-react": "7.33.2",
96137
"@testing-library/dom": "9.3.3",
97-
"@testing-library/jest-dom": "6.1.4",
138+
"@storybook/addon-links": "7.5.1",
98139
"@testing-library/react": "14.0.0",
99-
"@testing-library/user-event": "14.5.1",
100-
"@types/react": "18.2.31",
101-
"@types/react-dom": "18.2.14",
102-
"@typescript-eslint/eslint-plugin": "6.8.0",
103-
"@typescript-eslint/parser": "6.8.0",
104-
"autoprefixer": "10.4.16",
105-
"babel-plugin-tester": "11.0.4",
106-
"chromatic": "7.4.0",
107-
"eslint": "8.52.0",
108-
"eslint-config-eloquence": "23.1.0",
109140
"eslint-config-prettier": "9.0.0",
110141
"eslint-plugin-jsx-a11y": "6.7.1",
111142
"eslint-plugin-prettier": "5.0.1",
112-
"eslint-plugin-react": "7.33.2",
113-
"eslint-plugin-react-hooks": "4.6.0",
143+
"jest-environment-jsdom": "29.7.0",
144+
"eslint-config-eloquence": "23.1.0",
114145
"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",
115155
"eslint-plugin-testing-library": "6.1.0",
116-
"jest": "29.7.0",
117-
"jest-environment-jsdom": "29.7.0",
118-
"node-notifier": "10.0.1",
119-
"postcss": "8.4.31",
120-
"prettier": "3.0.3",
121-
"react": "18.2.0",
122-
"react-dom": "18.2.0",
123-
"storybook": "7.5.1",
124-
"tailwindcss": "3.3.3",
125-
"typedoc": "0.25.2",
126-
"typescript": "5.2.2",
127-
"webpack": "5.89.0"
128-
},
129-
"gitHead": "08c64aace09309ce943f8fd29fb631d355266947",
130-
"bugs": {
131-
"url": "https://github.com/crystal-ball/componentry/issues"
132-
},
133-
"homepage": "https://github.com/crystal-ball/componentry#readme",
134-
135-
"_nodeVersion": "18.17.1",
136-
"_npmVersion": "9.6.7",
137-
"dist": {
138-
"integrity": "sha512-ZWWceFIaS2jCOnl2CDeoaVLzY16bXSv7SiKQlOjUBA8ofqLMFh+bI7t44IFtHOdUfhhzBARgMJ/835nlxpDvsg==",
139-
"shasum": "262156fca4dac40f1f768bca889c43503a27b4be",
140-
"tarball": "https://registry.npmjs.org/componentry/-/componentry-7.2.0.tgz",
141-
"fileCount": 311,
142-
"unpackedSize": 712506,
143-
"signatures": [
144-
{
145-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
146-
"sig": "MEUCIFzTOqJ5G1pqs3jM2Wzz/P4rCsE35ClhKwoQo188+b9IAiEAu4TRyHeoAxP6DQeamsblBnpuMTqMs8L0cr6Ao7AmP0Y="
147-
}
148-
]
156+
"@babel/plugin-transform-runtime": "7.23.2",
157+
"@storybook/addon-styling-webpack": "^0.0.5",
158+
"@typescript-eslint/eslint-plugin": "6.8.0"
149159
},
150-
"_npmUser": {
151-
"name": "dhedgecock",
152-
"email": "[email protected]"
160+
"peerDependencies": {
161+
"react": ">=16.14",
162+
"postcss": "8",
163+
"postcss-js": "4",
164+
"postcss-nested": "5 || 6"
153165
},
154-
"directories": {},
155-
"maintainers": [
156-
{
157-
"name": "dhedgecock",
158-
"email": "[email protected]"
159-
},
160-
{
161-
"name": "crystal-ball-ci",
162-
"email": "[email protected]"
163-
}
164-
],
165166
"_npmOperationalInternal": {
166-
"host": "s3://npm-registry-packages",
167-
"tmp": "tmp/componentry_7.2.0_1698007342764_0.8684054924081583"
167+
"tmp": "tmp/componentry_7.2.0_1698007342764_0.8684054924081583",
168+
"host": "s3://npm-registry-packages"
168169
},
169-
"_hasShrinkwrap": false,
170170
"_time": "2023-10-22T20:42:22.986Z"
171171
}

0 commit comments

Comments
 (0)