-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 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
{
"name": "gatsby-getting-started",
"version": "1.0.0",
"private": true,
"description": "Gatsby-getting-started",
"author": "Aditya Santhosh",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "env-cmd -f .env.development gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.2",
"bootstrap": "^4.6.0",
"env-cmd": "^10.1.0",
"gatsby": "^3.1.2",
"gatsby-env-variables": "^2.0.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sass": "^4.2.0",
"gatsby-source-contentful": "^2.3.56",
"react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.32.8"
}
}