forked from chromaui/chromatic-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3.54 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 3.54 KB
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
{
"name": "chromatic-docs",
"version": "0.0.0",
"description": "The Chromatic documentation site.",
"license": "ISC",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/chromaui/chromatic.git",
"directory": "docs"
},
"scripts": {
"postinstall": "pnpm playwright-core install chromium",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build-deploy": "pnpm run build; rm -rf _site_deploy/docs; mv dist/404.html _site_deploy; mv dist _site_deploy/docs;",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:unit": "vitest --project=unit",
"test:storybook": "vitest --project=storybook",
"check-links": "blc https://www.chromatic.com/docs/ -ro -e --filter-level 0 --exclude https://www.chromatic.com/company --exclude https://www.chromatic.com/blog --exclude https://www.chromatic.com/features --exclude https://www.chromatic.com/compare --exclude https://www.chromatic.com/library --exclude https://www.chromatic.com/component --exclude https://www.chromatic.com/builds --exclude https://www.chromatic.com/loading --exclude https://www.chromatic.com/customers --exclude https://www.chromatic.com/choose --exclude https://www.chromatic.com/solutions --exclude https://www.chromatic.com/notifications --exclude https://www.chromatic.com/reset-password --exclude https://www.chromatic.com/profile",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@chromatic-com/tetra": "^3.2.11",
"@docsearch/css": "^3.5.2",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@shikijs/transformers": "^1.10.3",
"@types/hast": "^3.0.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^5.11.1",
"framer-motion": "^11.0.5",
"github-slugger": "^2.0.0",
"hast-util-select": "^6.0.2",
"playwright-core": "1.47.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.3.52",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-title": "^0.2.5",
"remark-link-rewrite": "^1.0.7",
"sharp": "^0.33.1",
"strip-markdown": "^6.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@beoe/rehype-mermaid": "^0.0.1",
"@chromatic-com/storybook": "^4.1.3",
"@hyperjump/json-schema": "^1.9.4",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-links": "^10.1.11",
"@storybook/addon-queryparams": "^10.0.0",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"broken-link-checker": "^0.7.8",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"playwright": "^1.57.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.0",
"storybook": "^10.1.11",
"vitest": "^4.0.16"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}