-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 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": "dev.pustalorc.com",
"version": "3.0.0",
"private": true,
"description": "Portfolio Website",
"author": "Vicente \"Pustalorc\" Pastor",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "npx eslint src/",
"lint-fix": "npx eslint --fix src/"
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"gatsby": "^5.13.1",
"gatsby-plugin-provide-react": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
}
}