-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
{
"name": "@furesh/a-scholarly-makerspace-tool-storage-presentation",
"private": false,
"description": "A simple starter to get up and developing quickly with Gatsby 5 and Bootstrap 5",
"version": "2.0.2",
"author": "@sopheck",
"dependencies": {
"@popperjs/core": "^2.11.6",
"@rjsf/bootstrap-4": "^5.4.0",
"@rjsf/core": "^5.4.0",
"@rjsf/mui": "^5.4.0",
"@rjsf/utils": "^5.4.0",
"@rjsf/validator-ajv8": "^5.4.0",
"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.12.0",
"gatsby-transformer-sharp": "^5.1.0",
"prop-types": "^15.8.1",
"rdf-utils-fs": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.0.0",
"react-icons": "^4.11.0",
"sass": "1.49.11",
"sparql-http-client": "^2.4.2",
"util": "^0.12.5"
},
"devDependencies": {
"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"
},
"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"
}