-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
{
"name": "@r-ichard/gatsby-starter-bootstrap-5",
"private": false,
"description": "A simple starter to get up and developing quickly with Gatsby 5 and Bootstrap 5",
"version": "2.0.2",
"author": "Richard Raduly <[email protected]>",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.2.2",
"gatsby": "^5.1.0",
"gatsby-plugin-gatsby-cloud": "^5.1.0",
"gatsby-plugin-image": "^3.1.0",
"gatsby-plugin-manifest": "^5.1.0",
"gatsby-plugin-offline": "^6.1.0",
"gatsby-plugin-sass": "^6.1.0",
"gatsby-plugin-sharp": "^5.1.0",
"gatsby-source-filesystem": "^5.1.0",
"gatsby-transformer-sharp": "^5.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.0.0",
"react-ga4": "^2.1.0",
"sass": "1.49.11",
"sharp": "^0.33.4"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"prettier": "2.5.1"
},
"keywords": [
"gatsby",
"starter",
"bootstrap",
"sass"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run 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 -b master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r-ichard/gatsby-starter-bootstrap-5.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/r-ichard/gatsby-starter-bootstrap-5#readme",
"main": "gatsby-browser.js"
}