-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·73 lines (73 loc) · 2.37 KB
/
package.json
File metadata and controls
executable file
·73 lines (73 loc) · 2.37 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
66
67
68
69
70
71
72
73
{
"name": "sdv-dev",
"description": "SDV dev website with Ghost, Contentful and Gatsby",
"version": "1.0.0",
"license": "MIT",
"author": "SDV",
"homepage": "https://sdv.dev/",
"repository": {
"type": "git",
"url": "https://github.com/sdv-dev/sdv-dev.github.io"
},
"engines": {
"node": ">= 20.18.1"
},
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r https://$GH_TOKEN@github.com/sdv-dev/web-dev.git",
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint . --ext .js --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^3.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@heroicons/react": "^2.0.18",
"autoprefixer": "^10.2.5",
"dotenv": "^8.2.0",
"gatsby": "^5.0.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-catch-links": "2.10.0",
"gatsby-plugin-force-trailing-slashes": "1.0.5",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-google-gtag": "^3.3.0",
"gatsby-plugin-hubspot": "^1.0.0",
"gatsby-plugin-manifest": "2.12.1",
"gatsby-plugin-offline": "3.10.2",
"gatsby-plugin-postcss": "^4.3.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-remark-prismjs": "^5.2.0",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "2.11.1",
"gatsby-source-ghost": "^5.0.3",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.8.0",
"hamburger-react": "^2.4.0",
"lodash": "4.17.21",
"md5": "^2.3.0",
"postcss": "^8.2.10",
"prismjs": "^1.23.0",
"react": "^18.0.1",
"react-dom": "^18.0.1",
"react-helmet": "6.1.0",
"recharts": "^2.15.3",
"sass": "^1.32.10",
"tailwindcss": "^3.1.1",
"xlsx": "^0.18.5"
}
}