-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 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
69
70
71
72
73
74
75
76
77
{
"name": "donald-boulton",
"description": "Donald Boulton Gatsby Starter - Dimension v4",
"version": "5.12.0",
"author": "Donald Boulton",
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@gatsbyjs/reach-router": "^2.0.1",
"@loadable/component": "^5.15.3",
"@react-icons/all-files": "^4.1.0",
"gatsby": "^5.12.4",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
"keywords": [
"gatsby",
"gatsby starter"
],
"license": "0BSD",
"scripts": {
"build": "npm run partytown && gatsby build",
"partytown": "partytown copylib public/~partytown",
"develop": "gatsby develop",
"fix:prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231002.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-netlify-form": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"gatsby-plugin-image": "^3.12.0",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"wrangler": "^3.11.0"
},
"browserslist": [
"> 0.25%",
"last 2 chrome versions",
"last 2 edge versions",
"last 2 firefox versions",
"last 2 safari versions",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://github.com/donaldboulton/donboulton.com"
},
"engines": {
"node": ">=18.17.1"
},
"AWS_LAMBDA_JS_RUNTIME": {
"node": ">=18.17.1"
}
}