-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.62 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
75
76
77
78
79
{
"name": "historic-england-heritage-standards",
"private": true,
"description": "A rebuild of the Heritage Standards website using Gatsby 5",
"version": "0.1.0",
"author": "Daniel Pett <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@popperjs/core": "^2.11.8",
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^5.3.3",
"gatsby": "^5.14.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"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-plugin-styled-components": "^6.14.0",
"gatsby-remark-classes": "^1.0.2",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-images-remote": "github:portableant/gatsby-remark-images-remote",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"gh-pages": "^6.2.0",
"graphql": "^16.9.0",
"http-cache-semantics": "^4.1.1",
"lodash": "^4.17.21",
"path": "^0.12.7",
"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",
"styled-components": "^6.1.13",
"vanilla-cookieconsent": "^2.9.2",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"keywords": [
"gatsby",
"archaeology",
"heritage",
"data-standards"
],
"license": "MIT",
"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/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}