-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "rustom-ichhaporia",
"version": "1.0.0",
"private": true,
"description": "Rustom Ichhaporia",
"author": "Rustom Ichhaporia",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby build && gatsby serve -o",
"clean": "gatsby clean",
"build-deploy": "gatsby build && rm -rf docs && cp -r public docs"
},
"dependencies": {
"@parcel/namer-default": "^2.12.0",
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^11.2.10",
"gatsby": "^5.13.6",
"gatsby-plugin-gatsby-cloud": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gsap": "^3.12.5",
"lottie-react": "^2.4.0",
"prettier": "^3.3.1",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"styled-components": "^6.1.11"
}
}