-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 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
{
"name": "bronze-age-index",
"private": true,
"description": "A website to document the British Bronze Age",
"version": "0.1.0",
"author": "Daniel Pett",
"dependencies": {
"@fontsource/public-sans": "^4.5.10",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@meilisearch/instant-meilisearch": "^0.10.1",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"gatsby": "^5.0.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-google-gtag": "^5.2.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-meilisearch": "^0.3.1",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-sitemap": "^6.1.0",
"gatsby-plugin-twitter": "^5.2.0",
"gatsby-remark-images": "^7.2.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-csv": "^5.0.0",
"gatsby-transformer-remark": "^6.2.0",
"gatsby-transformer-sharp": "^5.0.0",
"graceful-fs": "^4.2.10",
"instantsearch.css": "7.4.2",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-instantsearch-dom": "^6.38.1",
"react-leaflet": "^4.1.0",
"react-markdown": "^8.0.3",
"sharp": "^0.31.2",
"vanilla-cookieconsent": "^2.8.9"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"prettier": "^2.7.1"
},
"keywords": [
"gatsby",
"Archaeology",
"Bronze Age"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"pages": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/micropasts/bronze-age-index"
},
"bugs": {
"url": "https://github.com/micropasts/bronze-age-index/issues"
}
}