-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.71 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
{
"name": "systems-obscure",
"private": true,
"description": "Personal blog of software engineer Thomas Bishop",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"start:lambdas": "./scripts/start_lambdas.sh",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby-plugin-s3 deploy --yes; aws cloudfront create-invalidation --distribution-id E26F4V6JLBB7PL --paths '/*';",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@visx/axis": "^3.10.1",
"@visx/bounds": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/tooltip": "^3.3.0",
"axios": "^1.7.2",
"gatsby": "^5.13.6",
"gatsby-plugin-s3": "^0.4.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-katex": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"katex": "^0.13.3",
"node-sass": "^9.0.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}