-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Womanly-Mag",
"description": "Art & Health on the Global Woman and Non-Binary",
"version": "1.0.0",
"author": "Rae Farine <[email protected]>",
"dependencies": {
"babel-plugin-lodash": "^3.2.11",
"bluebird": "^3.5.0",
"classnames": "^2.2.5",
"dotenv-safe": "^4.0.4",
"front-matter": "^2.0.7",
"gatsby": "^1.9.17",
"gatsby-link": "^1.3.2",
"gatsby-plugin-catch-links": "^1.0.7",
"gatsby-plugin-google-analytics": "^1.0.5",
"gatsby-plugin-sass": "^1.0.1",
"gatsby-remark-autolink-headers": "^1.4.6",
"gatsby-remark-copy-linked-files": "^1.5.5",
"gatsby-remark-images": "^1.5.8",
"gatsby-remark-prismjs": "^1.2.6",
"gatsby-remark-smartypants": "^1.4.6",
"gatsby-source-filesystem": "^1.4.8",
"gatsby-transformer-remark": "^1.7.5",
"gatsby-transformer-sharp": "^1.6.3",
"gatsby-transformer-yaml": "^1.5.6",
"highlight.js": "^9.6.0",
"js-yaml": "^3.6.0",
"lodash": "^4.17.4",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.3",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"object-assign": "^4.1.0",
"prop-types": "^15.5.10",
"react-audio-player": "^0.6.1",
"react-helmet": "^5.1.3",
"react-image-lightbox": "^4.1.0",
"react-inlinesvg": "^0.6.0",
"react-player": "^0.20.0",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.12.0",
"remark": "^8.0.0",
"remark-html": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.0",
"remarkable": "^1.7.1",
"remarkable-react": "^0.2.0",
"toml-js": "0.0.8",
"typography": "^0.13.0",
"typography-plugin-code": "^0.13.0"
},
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"datocms-client": "^0.3.25",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "yarn dato:dump && gatsby build",
"dato:dump": "./node_modules/.bin/dato dump --config ./config/dato.js",
"deploy": "yarn build && netlify deploy public",
"develop": "yarn dato:dump && gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "yarn build && gatsby serve"
}
}