-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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
{
"name": "algebra-help-center",
"version": "1.0.0",
"private": true,
"description": "algebra-help-center",
"author": "MirYasa",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby clean && gatsby develop --host 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"flexsearch": "^0.7.21",
"gatsby": "^4.9.3",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-breadcrumb": "^12.3.1",
"gatsby-plugin-ffmpeg": "^0.5.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-mdx": "^3.10.1",
"gatsby-plugin-netlify-cms": "^6.9.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.10.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-images": "^6.10.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-videos": "^0.5.1",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"netlify-cms-app": "^2.15.69",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.49.9"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-helmet": "^6.1.5",
"typescript": "^4.6.2"
}
}