|
23 | 23 | "grant_exec_perms": "node dist/bin/tools/grant_exec_perms", |
24 | 24 | "storybook": "yarn build && yarn only-include-used-icons && start-storybook -p 6006", |
25 | 25 | "build-storybook": "yarn build && yarn only-include-used-icons && build-storybook", |
26 | | - "only-include-used-icons": "node dist/bin/only-include-used-icons.js" |
| 26 | + "only-include-used-icons": "node dist/bin/only-include-used-icons.js", |
| 27 | + "chromatic": "npx chromatic" |
27 | 28 | }, |
28 | 29 | "bin": { |
29 | 30 | "copy-dsfr-to-public": "dist/bin/copy-dsfr-to-public.js", |
|
42 | 43 | "pre-commit": "ts-node -T src/scripts/list-exports.ts && git add package.json && lint-staged -v" |
43 | 44 | } |
44 | 45 | }, |
45 | | - "author": "u/garronej", |
| 46 | + "author": { |
| 47 | + "name": "u/garronej" |
| 48 | + }, |
46 | 49 | "license": "MIT", |
47 | 50 | "files": [ |
48 | 51 | "src/", |
|
66 | 69 | "tsafe": "^1.6.0" |
67 | 70 | }, |
68 | 71 | "devDependencies": { |
69 | | - "@gouvfr/dsfr": "1.9.0", |
70 | 72 | "@babel/core": "^7.20.2", |
71 | 73 | "@emotion/react": "^11.10.4", |
72 | 74 | "@emotion/styled": "^11.10.4", |
| 75 | + "@gouvfr/dsfr": "1.9.0", |
73 | 76 | "@mui/icons-material": "^5.11.0", |
74 | 77 | "@mui/material": "^5.11.0", |
75 | 78 | "@storybook/addon-a11y": "^6.5.16", |
|
90 | 93 | "@typescript-eslint/eslint-plugin": "^5.43.0", |
91 | 94 | "@typescript-eslint/parser": "^5.43.0", |
92 | 95 | "babel-loader": "^8.3.0", |
| 96 | + "chromatic": "^6.17.2", |
93 | 97 | "css": "^3.0.0", |
94 | 98 | "eslint": "^7.26.0", |
95 | 99 | "eslint-config-prettier": "^8.3.0", |
|
163 | 167 | "./Badge": "./dist/Badge.js", |
164 | 168 | "./Alert": "./dist/Alert.js", |
165 | 169 | "./Accordion": "./dist/Accordion.js" |
166 | | - } |
| 170 | + }, |
| 171 | + "bugs": { |
| 172 | + "url": "https://github.com/codegouvfr/react-dsfr/issues" |
| 173 | + }, |
| 174 | + "readme": "ERROR: No README data found!", |
| 175 | + "_id": "@codegouvfr/react-dsfr@0.41.0" |
167 | 176 | } |
0 commit comments