|
2 | 2 | "name": "componentry",
|
3 | 3 | "version": "4.0.0-beta.6",
|
4 | 4 | "description": "React component library for building custom design systems",
|
5 |
| - "sideEffects": false, |
6 |
| - "exports": { |
7 |
| - "./babel": "./babel.js", |
8 |
| - "./postcss": "./postcss.js", |
9 |
| - "./api-docs": "./dist/api-docs.json", |
10 |
| - ".": { |
11 |
| - "browser": "./dist/browser/index.js", |
12 |
| - "node": { |
13 |
| - "module": "./dist/browser/index.js", |
14 |
| - "require": "./dist/commonjs/index.js" |
15 |
| - }, |
16 |
| - "default": "./dist/browser/index.js" |
17 |
| - } |
18 |
| - }, |
19 |
| - "main": "./dist/commonjs/index.js", |
20 |
| - "module": "./dist/browser/index.js", |
21 |
| - "types": "./types/index.d.ts", |
22 | 5 | "keywords": [
|
23 | 6 | "accessibility",
|
24 | 7 | "components-library",
|
|
32 | 15 | "Dan Hedgecock <[email protected]>",
|
33 | 16 | "Phillip Sauerbeck <[email protected]>"
|
34 | 17 | ],
|
35 |
| - "license": "MIT", |
36 | 18 | "repository": {
|
37 | 19 | "type": "git",
|
38 | 20 | "url": "https://github.com/crystal-ball/componentry.git"
|
39 | 21 | },
|
| 22 | + "license": "MIT", |
| 23 | + "exports": { |
| 24 | + "./babel": "./babel.js", |
| 25 | + "./postcss": "./postcss.js", |
| 26 | + "./api-docs": "./dist/api-docs.json", |
| 27 | + ".": { |
| 28 | + "browser": "./dist/browser/index.js", |
| 29 | + "node": { |
| 30 | + "module": "./dist/browser/index.js", |
| 31 | + "require": "./dist/commonjs/index.js" |
| 32 | + }, |
| 33 | + "default": "./dist/browser/index.js" |
| 34 | + } |
| 35 | + }, |
| 36 | + "types": "./types/index.d.ts", |
| 37 | + "sideEffects": false, |
40 | 38 | "scripts": {
|
41 | 39 | "commit": "cz",
|
42 | 40 | "start": "start-storybook -p 6006 --no-open",
|
|
73 | 71 | "postcss-nested": "^5.0"
|
74 | 72 | },
|
75 | 73 | "devDependencies": {
|
76 |
| - "@babel/cli": "7.17.3", |
| 74 | + "@babel/cli": "7.17.6", |
77 | 75 | "@babel/core": "7.17.5",
|
78 | 76 | "@babel/plugin-transform-runtime": "7.17.0",
|
79 | 77 | "@babel/preset-typescript": "7.16.7",
|
|
97 | 95 | "@types/react-dom": "17.0.11",
|
98 | 96 | "autoprefixer": "10.4.2",
|
99 | 97 | "babel-plugin-tester": "10.1.0",
|
100 |
| - "chromatic": "6.4.3", |
| 98 | + "chromatic": "6.5.1", |
101 | 99 | "eslint-config-eloquence": "21.2.0",
|
102 | 100 | "jest": "27.5.1",
|
103 | 101 | "node-notifier": "10.0.1",
|
104 |
| - "postcss": "8.4.6", |
| 102 | + "postcss": "8.4.7", |
105 | 103 | "prettier": "2.5.1",
|
106 | 104 | "react": "17.0.2",
|
107 | 105 | "react-dom": "17.0.2",
|
108 | 106 | "tailwindcss": "3.0.23",
|
109 |
| - "typedoc": "0.22.11", |
| 107 | + "typedoc": "0.22.12", |
110 | 108 | "typescript": "4.5.5",
|
111 | 109 | "webpack": "5.69.1"
|
112 | 110 | }
|
|
0 commit comments