-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.38 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.38 KB
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
{
"name": "happy-relationships",
"private": false,
"description": "Happy Relationships is a movement aiming to make mental wellbeing more accessible.",
"version": "1.0.0",
"scripts": {
"build": "gatsby build",
"build-local": "env-cmd -f .env.development gatsby build",
"develop": "env-cmd -f .env.development gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.2",
"axios": "^0.21.0",
"conversational-form": "ozcanonur/conversational-form",
"gatsby": "^2.25.3",
"gatsby-image": "^2.5.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.4.2",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-source-contentful": "^4.0.0",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-transformer-sharp": "^2.6.0",
"markdown-to-jsx": "^7.0.1",
"node-sass": "^4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-lottie": "^1.2.3",
"react-modal": "^3.11.2",
"react-outside-click-handler": "^1.3.0",
"react-wavify": "^1.4.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"prettier": "2.1.2"
}
}