-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.45 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
{
"name": "@andrewxhill/graphics-press-css",
"version": "4.7.2",
"description": "A typographic and data-visualization CSS library derived from the books of Edward Tufte, the cartographic color principles of Eduard Imhof, and the typographic standards of Robert Bringhurst.",
"keywords": [
"css",
"typography",
"tufte",
"data-visualization",
"tailwind",
"tailwind-plugin",
"dataviz",
"sidenotes",
"sparklines",
"dark-mode"
],
"homepage": "https://andrewxhill.github.io/tufte2",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewxhill/tufte2.git"
},
"license": "MIT",
"author": "Graphics Press CSS Contributors",
"scripts": {
"changeset": "changeset",
"version-packages": "changeset version",
"publish-if-needed": "node .github/scripts/publish-if-needed.mjs"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": {
"default": "./css/graphics-press.css"
},
"./css": "./css/graphics-press.css",
"./css/min": "./css/graphics-press.min.css",
"./tailwind": "./tailwind/index.js"
},
"main": "./css/graphics-press.css",
"style": "./css/graphics-press.css",
"files": [
"css/",
"tailwind/",
"LICENSE"
],
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
}
},
"devDependencies": {
"@changesets/cli": "^2.29.7"
}
}