-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 3.81 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
{
"name": "matt.travi.org",
"description": "my profile",
"license": "MIT",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"private": true,
"repository": "travi-org/matt.travi.org",
"bugs": "https://github.com/travi-org/matt.travi.org/issues",
"homepage": "https://travi-org.github.io/matt.travi.org",
"scripts": {
"clean": "rimraf public/ .cache/",
"lint:js": "eslint --ignore-path .gitignore --fix .",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"sign:security": "gpg --armor --output static/.well-known/security.txt.sig --detach-sig static/.well-known/security.txt",
"signature:security": "gpg --verify static/.well-known/security.txt.sig static/.well-known/security.txt",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:* --serial signature:*",
"test:served": "start-server-and-test serve http://localhost:9000 'npm-run-all --print-label --parallel test:served:*'",
"test:served:e2e": "CYPRESS_SUPPORT=y npm run cypress:run -- ${CYPRESS_RECORD_KEY:+--record}",
"test:served:vulnerable": "is-website-vulnerable http://localhost:9000",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"prebuild": "run-s clean",
"build": "gatsby build",
"presnapshot": "run-s build",
"snapshot": "run-s snapshot:*",
"disabled:snapshot": "PERCY_PARALLEL_NONCE=`date +%s` PERCY_PARALLEL_TOTAL=2 run-s snapshot:*",
"disabled:snapshot:static": "percy snapshot public/ --ignore=report.html",
"snapshot:e2e": "percy exec -- start-server-and-test serve http://localhost:9000 'run-s test:served:e2e'",
"preserve": "run-s build",
"serve": "gatsby serve",
"develop": "gatsby develop",
"predeploy:netlify": "run-s build",
"deploy:netlify": "netlify deploy --dir=./public",
"packtracker:publish": "packtracker-upload --stats=public/stats.json",
"start": "run-s develop",
"snyk-protect": "snyk protect",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@packtracker/webpack-plugin": "2.3.0",
"@percy/cli": "1.28.5",
"@percy/cypress": "3.1.2",
"@travi/any": "2.1.10",
"@travi/babel-preset": "3.0.123",
"@travi/eslint-config": "3.0.36",
"@travi/eslint-config-cypress": "1.0.52",
"@travi/eslint-config-react": "1.0.126",
"ban-sensitive-files": "1.10.2",
"commitlint-config-travi": "1.4.50",
"cypress": "9.7.0",
"cz-conventional-changelog": "3.3.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
"husky": "8.0.3",
"is-website-vulnerable": "1.14.8",
"lockfile-lint": "4.13.2",
"netlify-cli": "15.11.0",
"npm-run-all2": "5.0.2",
"remark-cli": "11.0.0",
"rimraf": "5.0.5",
"start-server-and-test": "2.0.1"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@mui/material": "5.15.16",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@travi/brand": "1.0.0",
"@travi/matt.travi.org-components": "4.1.22",
"@travi/travi.org-theme-components": "1.2.0",
"gatsby": "4.25.7",
"gatsby-link": "4.25.0",
"gatsby-plugin-emotion": "7.25.0",
"gatsby-plugin-google-analytics": "4.25.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-material-ui": "4.1.0",
"gatsby-plugin-mdx": "3.20.0",
"gatsby-plugin-react-helmet": "5.25.0",
"gatsby-plugin-webmention": "0.2.0",
"gatsby-source-filesystem": "4.25.0",
"polished": "4.3.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"snyk": "1.1208.0"
},
"snyk": true
}