forked from donaldboulton/gatsby-starter-dimension-v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.19 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": "wedding-website",
"description": "Bianka & David - Wedding website",
"version": "1.0.0",
"author": "David Sass",
"homepage": "https://biankaesdavid.info/",
"license": "MIT",
"dependencies": {
"@fontsource-variable/orbitron": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@gatsbyjs/reach-router": "^2.0.1",
"@react-google-maps/api": "^2.19.3",
"@types/google.maps": "^3.58.0",
"crypto-js": "^4.2.0",
"gatsby": "^5.13.7",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-swipeable": "^7.0.1",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
"keywords": [
"gatsby",
"wedding website",
"wedding invitation"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write '**/*.js'",
"fix:prettier": "prettier --write \"**/*.{css,ts,js,jsx,tsx,json,md,mdx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
],
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"prettier": "^3.3.3",
"sass": "^1.79.2",
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sassdavid/wedding-website"
},
"engines": {
"node": ">=20.17.0"
}
}