-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "AVATARS-AI",
"private": true,
"description": "AVATARS-AI Official Website",
"version": "0.1.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.14",
"@netlify/plugin-gatsby": "^3.6.2",
"gatsby": "^5.7.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-scroll-reveal-with-new-react": "^0.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/binaryshrey/Avatars-AI"
},
"bugs": {
"url": "https://github.com/binaryshrey/Avatars-AI/issues"
},
"devDependencies": {
"gatsby-plugin-netlify": "^5.1.0"
}
}