-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.43 KB
/
package.json
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": "@compositor/blog",
"private": true,
"version": "2.0.0-0",
"description": "Writing from the team at Compositor",
"scripts": {
"start": "x0 pages --open",
"build": "x0 build pages",
"publish": "markdown-to-medium"
},
"dependencies": {
"@comp/md-loader": "^1.0.0-3",
"@compositor/logo": "^1.3.5",
"@compositor/mono": "^1.0.0-10",
"@compositor/x0": "^5.0.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"markdown-to-medium": "^1.4.1",
"styled-components": "^3.3.0"
},
"author": "Compositor",
"contributors": [
"Adam Morse <[email protected]>",
"John Otander <[email protected]>",
"Brent Jackson <[email protected]>"
],
"license": "MIT",
"x0": {
"title": "Compositor Blog",
"basename": "/blog",
"meta": [
{
"name": "description",
"content": "Tools for Designers & Developers"
},
{
"name": "twitter:card",
"content": "summary"
},
{
"name": "twitter:site",
"content": "@getcompositor"
},
{
"name": "twitter:title",
"content": "Compositor Blog"
},
{
"name": "twitter:description",
"content": "Tools for Designers and Developers"
},
{
"name": "twitter:image",
"content": "https://compositor.io/logo/dist/compositor.png"
}
]
}
}