This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.86 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
{
"name": "aads-blog",
"version": "1.0.0",
"private": true,
"description": "aads-blog",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths && npm run move",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"prebuild": "chmod +x ./prebuild.sh && ./prebuild.sh",
"move": "cd public && mkdir -p blog && rsync -ah --remove-source-files --exclude 'blog' . blog/"
},
"dependencies": {
"@mdx-js/react": "^3.0.1",
"classnames": "^2.5.1",
"fuse.js": "^7.0.0",
"gatsby": "^5.13.5",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-netlify-cms": "^7.12.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"netlify-cms-app": "^2.15.72",
"postcss": "^8.4.47",
"postcss-url": "^10.1.3",
"prismjs": "^1.29.0",
"ramda": "^0.30.1",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-responsive": "^10.0.0",
"react-share": "^5.1.0",
"sass": "^1.77.8",
"swiper": "^11.1.14"
}
}