-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.81 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
60
61
62
63
64
65
{
"name": "more-human-internet-frontend",
"description": "Frontend for morehumaninternet.org",
"version": "0.1.0",
"author": "Will Weiss <will.weiss1230@gmail.com>",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"start": "netlify dev",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.74",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"color": "3.1.2",
"lodash": "4.17.20",
"react": "^18.1.0",
"react-axe": "3.5.3",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-share": "^4.4.0",
"ua-parser-js": "0.7.24"
},
"devDependencies": {
"@types/color": "3.0.1",
"@types/react-helmet": "^6.1.5",
"@types/ua-parser-js": "0.7.35",
"dotenv": "8.2.0",
"eslint": "^8.14.0",
"gatsby": "4.13.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-postcss": "^5.13.0",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-plugin-umami": "^0.1.3",
"netlify-cli": "2.54.0",
"node-sass": "^7.0.1",
"prettier": "2.0.5",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"tslint-immutable": "6.0.1"
},
"keywords": [
"human",
"internet"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/morehumaninternet/frontend"
},
"bugs": {
"url": "https://github.com/morehumaninternet/frontend/issues"
}
}