-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 872 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
32
33
{
"name": "digital-publishing-with-minimal-computing-project",
"version": "1.0.0",
"private": true,
"description": "digital-publishing-with-minimal-computing-project",
"author": "raffazizzi",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.24.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"node-sass": "^7.0.1"
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-source-filesystem": "^4.23.0",
"gatsby-theme-ceteicean": "^3.2.0"
}
}