-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.21 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
{
"name": "presentations.travi.org",
"description": "Site to list presentations I've given",
"license": "MIT",
"private": true,
"repository": "travi/presentations.travi.org",
"bugs": "https://github.com/travi/presentations.travi.org/issues",
"homepage": "https://travi-presentations.netlify.com/",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "run-s develop",
"lint:md": "remark . --frail",
"lint:js": "eslint . --cache",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"test": "npm-run-all --print-label --parallel lint:* build",
"predeploy:netlify": "run-s build",
"deploy:netlify": "netlify deploy --dir=./public --prod",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "11.10.0",
"@travi/eslint-config-travi": "1.8.8",
"babel-eslint": "10.1.0",
"babel-preset-gatsby": "2.25.0",
"babel-register": "6.26.0",
"ban-sensitive-files": "1.9.19",
"commitlint-config-travi": "1.4.29",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3",
"netlify-cli": "8.19.3",
"npm-run-all": "4.1.5",
"remark-cli": "11.0.0",
"remark-preset-lint-travi": "5.0.0"
},
"dependencies": {
"@emotion/core": "11.0.0",
"@material-ui/core": "4.12.4",
"@travi/brand": "1.0.0",
"@travi/travi.org-theme-components": "1.2.0",
"gatsby": "4.25.6",
"gatsby-image": "3.11.0",
"gatsby-plugin-emotion": "7.25.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-material-ui": "4.1.0",
"gatsby-plugin-react-helmet": "5.25.0",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-plugin-webmention": "0.2.0",
"gatsby-source-filesystem": "4.25.0",
"gatsby-transformer-screenshot": "4.25.0",
"gatsby-transformer-sharp": "4.25.0",
"gatsby-transformer-yaml": "4.25.0",
"polished": "4.2.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-emotion": "10.0.0",
"react-helmet": "6.1.0"
}
}