-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.3 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
{
"name": "eternity-percussion",
"version": "1.0.0",
"private": true,
"description": "eternity-percussion",
"author": "Michael Fransman",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby clean && yarn cache clean && gatsby develop -H 0.0.0.0 --open",
"reinstall": "rm -rf node_modules package-lock.json yarn.lock && yarn",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean && yarn cache clean",
"preload-fonts": "gatsby-preload-fonts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.693.0",
"@contentful/rich-text-react-renderer": "^16.0.0",
"@contentful/rich-text-types": "^17.0.0",
"@mdx-js/react": "^3.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.17",
"gatsby": "^5.14.0",
"gatsby-adapter-netlify": "^1.2.0",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-nprogress": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-preload-fonts": "^4.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-contentful": "^8.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"google-map-react": "^2.2.1",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"swiper": "^11.1.15"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}