-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 982 Bytes
/
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": "envision-site",
"version": "1.0.0",
"private": true,
"description": "envision-site",
"author": "samgildea",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@prismicio/react": "^2.0.6",
"@trendyol-js/react-carousel": "^2.0.1",
"babel-plugin-styled-components": "^2.0.3",
"browser-monads": "^1.0.0",
"dotenv": "^16.0.0",
"gatsby": "^4.7.2",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-styled-components": "^5.7.0",
"gatsby-source-prismic": "^5.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-ticker": "^1.3.2",
"sass": "^1.49.9",
"styled-components": "^5.3.3"
}
}