-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nvc-kenya",
"version": "1.0.0",
"private": true,
"description": "nvc-kenya",
"author": "madhums",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mollie/api-client": "^3.7.0",
"@popperjs/core": "^2.11.8",
"@staticcms/app": "^3.3.3",
"axios": "^1.5.1",
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"countries-list": "^3.0.5",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"gatsby": "^5.12.4",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-netlify-identity-widget": "^1.1.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-static-cms": "^3.0.1",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"gatsby-transformer-yaml": "^5.12.0",
"marked": "^9.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactstrap": "^9.2.0",
"request-ip": "^3.3.0",
"sass": "^1.68.0",
"styled-components": "^6.0.8",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"babel-preset-gatsby": "^3.12.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3"
}
}