This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.25 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
70
71
72
73
74
75
76
77
78
{
"name": "topos-docs-platform",
"version": "1.0.0",
"private": true,
"description": "Topos documentation and tutorial platform",
"homepage": "https://docs.topos.technology/",
"author": "B9Lab",
"license": "MIT",
"keywords": [
"topos protocol",
"topos",
"ZK Ecosystem",
"ZkEcosystem"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"buildPlugins": "cd ./plugins/gatsby-mermaid-remark && npm i",
"postinstall": "npm run buildPlugins"
},
"dependencies": {
"@docsearch/react": "^3.5.2",
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.12.5",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-remark-code-buttons": "^2.0.7",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-katex": "^7.11.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"install": "^0.13.0",
"jimp": "^0.22.10",
"jsx-runtime": "^1.2.0",
"katex": "^0.13.24",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-collapsed": "^4.1.2",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sharp": "^0.32.6",
"watcher": "^2.3.0"
},
"devDependencies": {
"@react-spring/web": "^9.7.3",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-remark-graph": "^0.2.6",
"medium-zoom": "^1.0.8",
"mermaid": "^10.5.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"react-hook-form": "^7.47.0",
"sass": "^1.68.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}