-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.53 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
{
"name": "design-systems-coalition-NYC.github.io",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^1.4.5",
"emotion-theming": "^10.0.17",
"gatsby": "^2.15.14",
"gatsby-plugin-catch-links": "^2.1.9",
"gatsby-plugin-mdx": "^1.0.41",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-theme-ui": "^0.2.41",
"is-absolute-url": "^3.0.1",
"lodash.merge": "^4.6.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"remark-slug": "^5.1.2",
"remark-unwrap-images": "^1.0.0",
"styled-system": "^4.2.4",
"theme-ui": "^0.2.41"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"icon": "npx repng src/components/Icon.js -w 1024 -h 1024 --out-dir static --filename apple-touch-icon.png --props='{\"size\":1024}'",
"favicon": "npx repng src/components/Icon.js -w 32 -h 32 --out-dir static --filename favicon.png --props='{\"size\":32}'",
"now-build": "npm run build"
},
"repository": "design-systems-coalition-NYC/design-systems-coalition-NYC.github.io.git",
"author": "Brent Jackson",
"license": "MIT",
"bugs": {
"url": "https://github.com/design-systems-coalition-NYC/design-systems-coalition-NYC.github.io/issues"
},
"homepage": "https://github.com/design-systems-coalition-NYC/design-systems-coalition-NYC.github.io#readme"
}