-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.95 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
{
"name": "newcrossities",
"description": "A Weary traveller's guide to the new curiosities of South London [beta]",
"license": "SEE LICENSE IN <LICENSE>",
"private": true,
"version": "0.4.0",
"author": {
"name": "Louie Christie",
"url": "https://www.louiechristie.com"
},
"scripts": {
"dev": "rm -rf .cache && gatsby develop",
"build": "gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"analyze": "rm -rf .cache && ANALYZE_BUNDLE_SIZE=true gatsby build"
},
"dependencies": {
"@gatsbywpthemes/gatsby-plugin-gwpt-packages": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-gwpt-packages?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-plugin-gwpt-tailwind": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-gwpt-tailwind?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-theme-wp-comments": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-theme-wp-comments?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-theme-wp-search": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-theme-wp-search?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@headlessui/react": "^1.7.12",
"@kunukn/react-collapse": "^2.2.10",
"gatsby": "^4.25.7",
"gatsby-plugin-react-leaflet": "^4.0.3",
"leaflet": "^1.9.3",
"local-storage": "^2.0.0",
"lodash.merge": "^4.6.2",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.1"
},
"resolutions": {
"@gatsbywpthemes/gatsby-plugin-wordpress-lightbox": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-wordpress-lightbox?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-plugin-wp-seo": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-wp-seo?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-plugin-wpcf7": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-wpcf7?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-theme-blog-data": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-theme-blog-data?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"@gatsbywpthemes/gatsby-plugin-wordpress-parser": "https://gitpkg.now.sh/gatsbywpthemes/gatsby-wp-themes/packages/gatsby-plugin-wordpress-parser?0aba16507cdb7e7d2fd1bff71f5e2c21e3e258ba",
"gatsby-source-wordpress": "6.25.3"
},
"devDependencies": {
"@types/leaflet": "^1.9.1",
"babel-preset-gatsby": "^3.7.0",
"gatsby-plugin-sharp-exif": "^2.0.0",
"prettier": "^2.8.4"
}
}