-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 3.2 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "ultimate-machine-landing",
"private": true,
"description": "Ultimate Machine web site.",
"version": "0.15.0",
"author": "Mickel Andersson <[email protected]>",
"dependencies": {
"aws-sdk": "^2.623.0",
"classnames": "^2.2.6",
"eslint-plugin-graphql": "^3.1.1",
"fs-extra": "^8.1.0",
"gatsby": "^2.19.10",
"gatsby-background-image": "^0.9.14",
"gatsby-image": "^2.2.39",
"gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-feed": "^2.3.27",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-manifest": "^2.2.40",
"gatsby-plugin-netlify": "^2.1.31",
"gatsby-plugin-netlify-cms": "^4.1.37",
"gatsby-plugin-node-fields": "^3.1.0",
"gatsby-plugin-offline": "^3.0.33",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.4.4",
"gatsby-plugin-sitemap": "^2.3.0",
"gatsby-plugin-twitter": "^2.1.19",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-remark-autolink-headers": "^2.1.23",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-embed-video": "^2.0.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.43",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.2.32",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.47",
"gatsby-transformer-remark": "^2.6.49",
"gatsby-transformer-sharp": "^2.3.13",
"glob": "^7.1.6",
"google-spreadsheet": "^3.0.8",
"got": "^10.7.0",
"intersection-observer": "^0.7.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mjml": "^4.5.1",
"netlify-cms-app": "^2.11.13",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"node-sass": "^4.13.1",
"pg": "^8.2.1",
"prism-themes": "^1.3.0",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"puppeteer": "^2.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-typography": "^0.16.19",
"typeface-merriweather": "^0.0.72",
"typeface-source-code-pro": "^1.1.3",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"husky": "^4.2.1",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1"
},
"keywords": [
"ultimate-machine"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"pretty": "prettier --config .prettierrc.yaml --write 'src/**/*.js' '*.js' 'scripts/**/*.js'",
"emails:compile": "node scripts/compileEmailTemplates.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miickel/ultimate-machine-web"
},
"bugs": {
"url": "https://github.com/miickel/ultimate-machine-web/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}