-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.75 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
{
"private": true,
"name": "saheelahmed2.github.io",
"description": "Source for saheelahmed2.github.io",
"version": "0.0.1",
"author": "Saheel Ahmed <saheelahmed2@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"deploy": "yarn clean && yarn build && gh-pages -d public -b main",
"deploy-ci": "yarn build && gh-pages -d public -b main -r https://${GH_TOKEN}@github.com/saheelahmed2/saheelahmed2.github.io.git",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo 'No test script yet'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"@matejmazur/react-katex": "^3.0.2",
"gatsby": "^5.12.3",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-theme-ui": "^0.16.1",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-transformer-remark": "^6.12.0",
"katex": "^0.16.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^5.2.2",
"theme-ui": "^0.16.1"
},
"devDependencies": {
"@types/node": "^20.6.1",
"cross-env": "^5.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"gh-pages": "^3.1.0"
},
"volta": {
"node": "20.6.1"
}
}