-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "dan-mba.github.io",
"private": true,
"description": "Portfolio Website built with Gatsby",
"version": "0.1.0",
"license": "0BSD",
"browserslist": [
">2%",
"last 1 firefox version"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve -p 8000",
"clean": "gatsby clean",
"version": "gatsby --version",
"issue": "gatsby info --clipboard",
"browserslist": "npx update-browserslist-db@latest",
"test": "npx playwright test"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"emoji-js": "^3.8.0",
"gatsby": "^5.14.1",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-sharp": "^5.14.0",
"graphql-request": "^7.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.1",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"globals": "^15.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dan-mba/dan-mba.github.io"
}
}