-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.12 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.12 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@mirrorworld/docs",
"private": true,
"license": "MIT",
"version": "0.0.0",
"scripts": {
"postinstall": "yarn fetch:errors && yarn generate:errors",
"fetch:errors": "cross-env curl -o ./errors/errors.json https://mirror-i18n.mirrorworld.fun/Errors",
"generate:errors": "jiti ./scripts/generate-error-docs.ts",
"prebuild": "next build",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"theme": "chakra-cli tokens theme/index.ts",
"watch:theme": "npx nodemon --watch theme/index.ts --exec pnpm theme",
"gen:snippet": "plop snippet",
"gen:component": "plop component",
"contributors:add": "all-contributors add",
"contributors:gen": "all-contributors generate",
"deps": "pnpm upgrade --scope @zag-js --latest"
},
"dependencies": {
"@chakra-ui/cli": "1.9.0",
"@chakra-ui/icon": "2.0.5",
"@chakra-ui/icons": "^2.0.14",
"@chakra-ui/layout": "1.8.0",
"@chakra-ui/pro-theme": "0.0.53",
"@chakra-ui/provider": "1.7.14",
"@chakra-ui/react": "2.2.4",
"@chakra-ui/system": "1.12.1",
"@chakra-ui/theme": "1.14.1",
"@code-hike/mdx": "^0.7.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/dm-sans": "^4.5.7",
"@fontsource/ibm-plex-mono": "^4.5.12",
"@fontsource/poppins": "^4.5.8",
"@jlengstorf/get-share-image": "0.5.0",
"@mdx-js/react": "^2.0.0-rc.2",
"@reach/portal": "^0.17.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash.debounce": "^4.0.7",
"@mirrorworld/web3.js": "^2.2.2",
"@zag-js/combobox": "^0.1.12",
"@zag-js/dialog": "^0.1.11",
"@zag-js/react": "^0.1.13",
"@zag-js/tabs": "^0.1.11",
"change-case": "^4.1.2",
"cloudinary-build-url": "^0.2.4",
"consola": "^2.15.3",
"contentlayer": "^0.2.9",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"focus-visible": "^5.2.0",
"framer-motion": "^6",
"hastscript": "7.0.2",
"jiti": "^1.17.1",
"lodash.debounce": "^4.0.8",
"markdown-toc": "^1.2.0",
"match-sorter": "^6.3.1",
"mixgather": "^1.0.1",
"next": "^12.1.5",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.4.0",
"next-sitemap": "^3.1.45",
"outdent": "^0.8.0",
"plop": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"remark-parse": "^10.0.1",
"sass": "^1.56.1",
"tablemark": "^3.0.0",
"unist-util-visit": "4.1.0",
"use-match-media-hook": "^1.0.1"
},
"resolutions": {
"@types/react": "^17.0.37"
},
"devDependencies": {
"@cld-apis/types": "^0.1.6",
"@types/react": "^17.0.37",
"all-contributors-cli": "^6.20.0",
"eslint": "8.22.0",
"eslint-config-next": "^12.0.7",
"eslint-plugin-vue": "^9.8.0",
"prettier": "2.6.2",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.0.3",
"rehype-prism-plus": "^1.3.2",
"rehype-slug": "5.0.1",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.6.3"
},
"packageManager": "yarn@1.22.19"
}