-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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
{
"name": "cesarolvr",
"version": "1.0.0",
"private": true,
"description": "cesarolvr",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"autoprefixer": "^10.4.17",
"classnames": "^2.5.1",
"countup.js": "^2.8.0",
"gatsby": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"mousetrap": "^1.6.5",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"three": "^0.161.0"
}
}