-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.04 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.04 KB
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
{
"name": "osf-website-template",
"description": "OSF project website template",
"version": "0.0.2",
"author": "OpenStack Foundation",
"dependencies": {
"axios": "^1.11.0",
"bulma": "^1.0.4",
"decap-cms-app": "3.6.4",
"decap-cms-lib-widgets": "^3.2.1",
"gatsby": "^5.15.0",
"gatsby-cli": "^5.15.0",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-feed": "^5.15.0",
"gatsby-plugin-google-analytics": "^5.15.0",
"gatsby-plugin-google-gtag": "^5.15.0",
"gatsby-plugin-image": "^3.15.0",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.15.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-sass": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-remark-copy-linked-files": "^6.15.0",
"gatsby-remark-google-analytics-track-links": "^1.0.2",
"gatsby-remark-images": "^7.15.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-relative-images": "^2.0.5",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-source-medium": "^5.15.0",
"gatsby-transformer-remark": "^6.15.0",
"gatsby-transformer-sharp": "^5.15.0",
"immutable": "^5.1.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^5.3.0",
"react-slick": "^0.31.0",
"sass": "^1.83.0",
"shortid": "^2.2.17",
"slick-carousel": "^1.8.1",
"uuid": "^11.1.0"
},
"keywords": [
"Ironic Bare Metal"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}