forked from rocky-linux/rockylinux.org-gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.94 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
65
{
"name": "rockylinux.org",
"private": true,
"description": "The official website for the Rocky Linux project.",
"version": "0.1.0",
"author": "Rocky Linux Web Team <www@rockylinux.org> (https://rockylinux.org)",
"dependencies": {
"@headlessui/react": "^1.4.0",
"gatsby": "^3.11.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^3.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.11.0",
"gatsby-plugin-postcss": "^4.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-remark-copy-linked-files": "^4.8.0",
"gatsby-remark-images": "^5.8.0",
"gatsby-remark-prismjs": "^5.8.0",
"gatsby-remark-responsive-iframe": "^4.8.0",
"gatsby-remark-smartypants": "^4.8.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n-react-i18next": "^2.0.0",
"gatsby-transformer-remark": "^4.8.0",
"gatsby-transformer-sharp": "^3.11.0",
"i18next": "^20.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"postcss": "^8.3.6",
"prismjs": "^1.24.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.11.4"
},
"devDependencies": {
"@heroicons/react": "^1.0.1",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"prettier": "2.1.2",
"tailwindcss": "^2.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/rocky-linux/rockylinux.org"
},
"bugs": {
"url": "https://github.com/rocky-linux/rockylinux.org/issues"
}
}