-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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": "@diffhq/diff.uk",
"description": "Landing page for Diff Ltd",
"version": "1.0.0",
"author": "Jedd Fenner <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "1.11.1",
"dotenv": "8.2.0",
"gatsby": "2.24.47",
"gatsby-plugin-manifest": "2.4.23",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-styled-components": "3.3.10",
"gatsby-source-contentful": "2.3.37",
"gatsby-source-filesystem": "2.3.24",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"styled-components": "5.2.0"
},
"scripts": {
"build": "gatsby build",
"vercel-build": "npm run build",
"develop": "gatsby develop",
"start": "npm run develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"husky": "4.2.5",
"prettier": "2.1.2",
"pretty-quick": "3.0.0"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/diffhq/diff.uk"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}