-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "he-he-volunteers-site",
"description": "Health & Help Organization site for volunteers",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:he-he-org/he-he-2.git"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"classnames": "^2.2.5",
"fs-extra": "^6.0.0",
"gatsby": "^2.17.4",
"gatsby-plugin-less": "^3.0.12",
"gatsby-plugin-netlify-cms": "^4.1.25",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-yandex-metrika": "^1.2.1",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"hyphenation.en-us": "^0.2.1",
"hyphenation.ru": "^0.2.1",
"hypher": "^0.2.5",
"immutable": "^3.8.2",
"intl-messageformat": "^2.2.0",
"less": "^3.10.3",
"lodash": "^4.17.15",
"netlify-cms": "^2.9.7",
"netlify-cms-widget-string": "^2.2.3",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"redux": "^3.7.2",
"remark": "^9.0.0",
"remark-html": "^7.0.0",
"sharp": "^0.20.2",
"slate": "^0.33.8",
"slug": "^0.9.1",
"typescript": "^3.6.4"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.0.2",
"prettier": "^1.18.2"
}
}