-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cms-ssr",
"version": "3.0.0",
"private": true,
"description": "cms-ssr",
"author": "Jesse Strangfeld",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write ."
},
"dependencies": {
"@iframe-resizer/react": "^5.3.2",
"autoprefixer": "^10.4.13",
"chart.js": "^4.4.3",
"chartjs-plugin-autocolors": "^0.2.2",
"chartjs-plugin-datalabels": "^2.2.0",
"gatsby": "^5.7.0",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-postcss": "^6.7.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-source-custom-api": "^2.3.6",
"gatsby-source-drupal": "^6.7.1",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-json": "^5.13.1",
"mapbox-gl": "^3.8.0",
"matcher": "^5.0.0",
"postcss": "^8.4.21",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-currency-input-field": "^3.8.0",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-html-map": "^0.1.1",
"react-map-gl": "^7.1.7",
"react-medium-image-zoom": "^5.1.6",
"react-select": "^5.8.0",
"styled-components": "^6.1.11",
"swiper": "^9.3.2",
"swr": "^2.0.4",
"tailwindcss": "^3.2.7",
"xlsx": "^0.18.5"
},
"overrides": {
"babel-plugin-lodash": {
"@babel/types": "~7.20.0"
}
}
}