-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 4.01 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 4.01 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"private": true,
"name": "docs",
"version": "0.15.5-develop.2",
"main": "dist/docs.cjs.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"repository": "system-ui/theme-ui",
"scripts": {
"start": "gatsby develop",
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"logo": "node ./scripts/svg-logo.js",
"logo:png": "npx repng src/components/logo.js -d static -f logo.png -w=256 -h=256",
"card": "npx repng src/components/og-image.js -d static -f card.png -w=1280 -h=720",
"icon": "npx repng src/components/logo.js -d static -f icon.png -w=32 -h=32 --props='{\"size\":32}'"
},
"dependencies": {
"@babel/helper-string-parser": "^7.18.10",
"@emotion/react": "^11",
"@mdx-js/mdx": "^1",
"@mdx-js/react": "^1",
"@theme-ui/color": "workspace:^",
"@theme-ui/core": "workspace:^",
"@theme-ui/components": "workspace:^",
"@theme-ui/css": "workspace:^",
"@theme-ui/global": "workspace:^",
"@theme-ui/match-media": "workspace:^",
"@theme-ui/mdx": "workspace:^",
"@theme-ui/presets": "workspace:^",
"@theme-ui/prism": "workspace:^",
"@theme-ui/sidenav": "workspace:^",
"@theme-ui/style-guide": "workspace:^",
"@theme-ui/tachyons": "workspace:^",
"@theme-ui/tailwind": "workspace:^",
"@theme-ui/typography": "workspace:^",
"copy-to-clipboard": "^3.2.0",
"gatsby": "^4.21.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-mdx": "^3",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-theme-ui": "workspace:^",
"gatsby-theme-style-guide": "workspace:^",
"is-absolute-url": "^4.0.1",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"prismjs": "^1.16.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-live": "^2.1.2",
"remark-slug": "^6",
"stringify-object": "^3",
"theme-ui": "workspace:^",
"typography-theme-alton": "^0.16.19",
"typography-theme-anonymous": "^0.15.10",
"typography-theme-bootstrap": "^0.16.19",
"typography-theme-de-young": "^0.16.19",
"typography-theme-doelger": "^0.16.19",
"typography-theme-elk-glen": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"typography-theme-funston": "^0.16.19",
"typography-theme-github": "^0.16.19",
"typography-theme-grand-view": "^0.16.19",
"typography-theme-irving": "^0.16.19",
"typography-theme-judah": "^0.16.19",
"typography-theme-kirkham": "^0.16.19",
"typography-theme-lawton": "^0.16.19",
"typography-theme-legible": "^0.16.19",
"typography-theme-lincoln": "^0.16.19",
"typography-theme-moraga": "^0.16.19",
"typography-theme-noriega": "^0.16.19",
"typography-theme-ocean-beach": "^0.16.19",
"typography-theme-parnassus": "^0.16.19",
"typography-theme-st-annes": "^0.16.19",
"typography-theme-stardust": "^0.16.19",
"typography-theme-stern-grove": "^0.16.19",
"typography-theme-stow-lake": "^0.16.19",
"typography-theme-sutro": "^0.16.19",
"typography-theme-trajan": "^0.1.3",
"typography-theme-twin-peaks": "^0.16.19",
"typography-theme-us-web-design-standards": "^0.16.19",
"typography-theme-wikipedia": "^0.16.19",
"typography-theme-wordpress-2010": "^0.16.19",
"typography-theme-wordpress-2011": "^0.16.19",
"typography-theme-wordpress-2012": "^0.16.19",
"typography-theme-wordpress-2013": "^0.16.19",
"typography-theme-wordpress-2014": "^0.16.19",
"typography-theme-wordpress-2015": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19",
"typography-theme-wordpress-kubrick": "^0.16.19",
"typography-theme-zacklive": "^1.0.2",
"@types/react": "^18"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/register": "^7.8.6",
"babel-eslint": "^10",
"eslint": "^8",
"typescript": "^4"
},
"pnpm": {
"overrides": {
"@mdx-js/react": "^1"
}
}
}