-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 922 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 922 Bytes
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
{
"name": "100hellos-docs",
"version": "1.0.0",
"private": true,
"description": "Static site for 100hellos + fraglet programming language showcase",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"d3": "^7.9.0",
"gatsby": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"gatsby-transformer-yaml": "^5.13.0",
"js-yaml": "^4.1.0",
"prismjs": "^1.29.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-helmet": "^6.1.0"
}
}