-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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": "sac-gatsby",
"version": "1.0.0",
"private": true,
"description": "SAC Gatsby",
"author": "Rodrigo M. F. Castilho",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"aws-sdk": "^2.1313.0",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.3.1",
"evergreen-ui": "^6.13.3",
"final-form": "^4.20.8",
"format-string-by-pattern": "^1.2.2",
"gatsby": "^5.3.3",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-styled-components": "^6.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.9",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"redux-immutable": "^4.0.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.9"
}
}