-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.05 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
62
63
64
65
66
67
68
69
{
"name": "bosm-2023",
"version": "1.0.0",
"private": true,
"description": "bosm-2023",
"author": "yoshicon",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.5",
"@popmotion/popcorn": "^0.4.4",
"@react-pdf-viewer/core": "^3.12.0",
"@rehooks/window-size": "^1.0.2",
"autoprefixer": "^10.4.14",
"canvas": "^2.11.2",
"classnames": "^2.3.2",
"firebase": "^10.1.0",
"framer-motion": "^10.15.0",
"gatsby": "^5.11.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-postcss": "^6.11.0",
"gatsby-plugin-react-css-modules": "^5.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-remark-responsive-iframe": "^6.11.1",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"gsap": "^3.12.2",
"locomotive-scroll": "^4.1.4",
"multiselect-react-dropdown": "^2.0.25",
"pdfjs-dist": "^3.4.120",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0",
"react-ga4": "^2.1.0",
"react-pdf": "^7.3.3",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"resize-observer-polyfill": "^1.5.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.7",
"styled-reset": "^4.5.1",
"styled-reset-advanced": "^1.0.3",
"swiper": "^10.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0"
}
}