This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·128 lines (128 loc) · 4.12 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "joellesenne.dev",
"version": "1.0.2",
"private": true,
"description": "My Web Site",
"keywords": [
"gatsby",
"joellesenne",
"portfolio",
"react"
],
"homepage": "https://joellesenne.dev",
"bugs": {
"url": "https://github.com/joellesenne/joellesenne.dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joellesenne/joellesenne.dev.git"
},
"license": "MIT",
"scripts": {
"_comment": "[sudo] npm install -g next-update",
"build": "gatsby build",
"check": "npx npm-check-updates -u",
"check:updates": "npx npm-check --skip-unused --update",
"clean": "rm -rf .cache & rm -rf public",
"cy:open": "cypress open",
"dev": "gatsby develop -o",
"develop": "gatsby develop",
"format": "prettier \"**/*.{md,mdx} \" --write",
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:ci": "eslint --format junit -o results/eslint/result.xml",
"lint:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore",
"next:update": "next-update -k true --tldr",
"now-build": "npm run build",
"prepublish": "npm run snyk-protect && yarn run snyk-protect",
"serve": "gatsby serve",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect",
"sort:package": "npx sort-package-json",
"test:cy": "start-server-and-test develop http://localhost:8000 cy:open"
},
"dependencies": {
"@hot-loader/react-dom": "^17.0.2",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mdx-js/tag": "^0.20.3",
"@snyk/protect": "^1.1108.0",
"babel-plugin-styled-components": "^2.0.7",
"commentbox.io": "^2.1.0",
"gatsby": "^5.7.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^5.7.0",
"gatsby-plugin-crisp-chat": "^3.2.2",
"gatsby-plugin-feed": "^5.7.0",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-lodash": "^6.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-plugin-styled-components": "^6.7.0",
"gatsby-remark-autolink-headers": "^6.7.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^7.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"keyboardjs": "^2.7.0",
"lodash": "^4.17.21",
"mdx-utils": "0.2.0",
"polished": "^4.2.2",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-dom-confetti": "^0.2.0",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-live": "^3.1.2",
"react-particles-js": "^3.6.0",
"react-use": "^17.4.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "^12.6.0",
"cypress-testing-library": "^4.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-root-import": "^2.0.9",
"prettier": "^2.8.4",
"prettier-standard": "^16.4.1",
"start-server-and-test": "^1.15.4"
},
"engines": {
"node": ">=17.7.1",
"npm": ">=8.19.4"
},
"snyk": true,
"pnpm": {
"overrides": {
"ansi-html@<0.0.8": ">=0.0.8",
"postcss@<7.0.36": ">=7.0.36",
"node-fetch@<2.6.7": ">=2.6.7",
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"nth-check@<2.0.1": ">=2.0.1",
"immer@<9.0.6": ">=9.0.6",
"ws@>=7.0.0 <7.4.6": ">=7.4.6",
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
"trim@<0.0.3": ">=0.0.3",
"minimist@<=1.2.5": ">=1.2.6"
}
}
}