-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"author": "one",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/fira-code": "^4.2.2",
"@fontsource/roboto": "^4.2.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"gatsby": "^3.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"gatsby-plugin-gatsby-cloud": "^2.0.0",
"gatsby-plugin-less": "^5.0.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"react-helmet": "^6.1.0"
}
}