-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.32 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
{
"name": "micropasts-blog-gatsby",
"private": true,
"description": "A simple Gatsby powered blog",
"version": "0.1.0",
"author": "Daniel Pett",
"dependencies": {
"@fontsource/public-sans": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"gatsby": "^5.14.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-images-remote": "github:portableant/gatsby-remark-images-remote",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"graphql": "^16.9.0",
"gh-pages": "^6.2.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-back-to-top": "github:lyhmyd1211/react-Back-To-Top",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"sass": "^1.81.0",
"vanilla-cookieconsent": "^2.9.2"
},
"devDependencies": {
"loader-utils": ">=1.4.2",
"path-to-regexp": ">=1.9.0",
"prettier": "^3.3.3",
"semver": ">=7.5.2"
},
"keywords": [
"gatsby",
"archaeology",
"museums",
"citizen science"
],
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/MicroPasts/micropasts-blog-gatsby"
},
"bugs": {
"url": "https://github.com/MicroPasts/micropasts-blog-gatsby/issues"
}
}