-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·70 lines (70 loc) · 2.55 KB
/
package.json
File metadata and controls
executable file
·70 lines (70 loc) · 2.55 KB
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
{
"name": "puretime-property-purchasing",
"version": "1.0.0",
"private": true,
"description": "Looking to sell your house quickly? Puretime Property Purchasing offers a hassle-free solution for homeowners across the UK. Say goodbye to the lengthy process of traditional estate agents – with Puretime Property Purchasing, you can receive a quick offer and sell your house on your terms. Discover how we can help you unlock the cash from your home with our streamlined and transparent approach to selling property.",
"author": "Landify <hello@landify.design>",
"keywords": [
"home for sale uk",
"buy a house uk",
"spacious",
"property listing",
"house for sale",
"sell your house",
"property buying website",
"property selling website"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"develop-net": "gatsby develop -H 0.0.0.0 -p 8000",
"build": "gatsby build",
"serve": "gatsby serve",
"serve-net": "gatsby serve -H 0.0.0.0 -p 9000",
"clean": "gatsby clean",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^16.2.10",
"@types/leaflet": "^1.9.17",
"@types/mapbox-gl": "^3.4.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.1.7",
"gatsby": "^5.14.5",
"gatsby-plugin-gatsby-cloud": "~5.13.1",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-google-gtag": "~5.13.1",
"gatsby-plugin-image": "~3.13.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "~5.13.1",
"gatsby-plugin-offline": "~6.13.2",
"gatsby-plugin-react-helmet": "~6.13.1",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "~5.13.1",
"gatsby-plugin-sitemap": "~6.13.1",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "~5.13.1",
"gatsby-source-sanity": "^7.9.1",
"gatsby-transformer-json": "~5.13.1",
"gatsby-transformer-sharp": "~5.13.1",
"leaflet": "1.9.4",
"mapbox-gl": "3.x",
"prop-types": "^15.8.1",
"react": "~18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "~18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.5.0",
"react-leaflet": "4.x",
"react-map-gl": "^7.1.6",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"yet-another-react-lightbox": "^3.25.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3"
}
}