-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.1 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.1 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "tangle-docs",
"version": "2.0.0",
"private": true,
"description": "Tangle Network Documentation",
"type": "module",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build && yarn build:sitemap && yarn build:pagefind",
"build:sitemap": "next-sitemap --config next-sitemap.config.js",
"build:pagefind": "pagefind --site .next/server/pages --output-path dist/_pagefind",
"export": "next export",
"check:harness-copy": "node ./scripts/check-harness-copy.mjs",
"check:tnt-core-sync": "node ./scripts/check-tnt-core-sync.mjs",
"check:release-notes": "node ./scripts/check-release-notes.mjs",
"lint": "next lint && yarn format",
"schema": "turbo-gen ./public/schema.json",
"format": "prettier --write \"{components,pages}/**/*.{mdx,ts,js,jsx,tsx,json}\" ",
"format:check": "prettier --check \"{components,pages}/**/*.{mdx,ts,js,jsx,tsx,json}\" "
},
"author": "Tangle Foundation",
"license": "MPL-2.0",
"dependencies": {
"@next/third-parties": "^15.5.25",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^10.73.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"next": "^15.5.25",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-math": "^6.0.0",
"sharp": "^0.35.4",
"swr": "1.3.0",
"tailwind-merge": "^2.3.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.2.3",
"@types/node": "^20.6.3",
"@types/react": "18.2.72",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"autoprefixer": "10.4.13",
"csstype": "3.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.25",
"eslint-config-prettier": "8.5.0",
"gray-matter": "^4.0.3",
"pagefind": "^1.3.0",
"postcss": "^8.5.3",
"prettier": "3.2.5",
"shiki": "^3.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "4.9.4"
},
"resolutions": {
"@opentelemetry/core": "2.8.0",
"bn.js": "5.2.3",
"brace-expansion@npm:^1.1.7": "1.1.18",
"brace-expansion@npm:^2.0.1": "2.1.4",
"browserslist": "4.28.8",
"dompurify": "3.4.13",
"estree-util-value-to-estree": "3.3.3",
"flatted": "3.4.4",
"glob@npm:^10.2.2": "10.5.0",
"glob@npm:^10.3.10": "10.5.0",
"glob@npm:^10.3.7": "10.5.0",
"ip-address": "10.7.0",
"js-yaml@npm:^3.13.1": "3.15.2",
"js-yaml@npm:^4.1.0": "4.3.2",
"katex": "0.16.21",
"lodash-es": "4.18.1",
"mdast-util-to-hast": "13.2.1",
"mermaid": "11.16.1",
"minimatch@npm:^3.0.5": "3.1.5",
"minimatch@npm:^3.1.1": "3.1.5",
"minimatch@npm:^3.1.2": "3.1.5",
"minimatch@npm:^5.0.1": "5.1.9",
"minimatch@npm:^9.0.1": "9.0.9",
"minimatch@npm:^9.0.4": "9.0.9",
"nanoid": "3.3.18",
"picomatch@npm:^2.0.4": "2.3.2",
"picomatch@npm:^2.2.1": "2.3.2",
"picomatch@npm:^2.3.1": "2.3.2",
"picomatch@npm:^4.0.2": "4.0.7",
"postcss": "8.5.26",
"postcss-selector-parser@npm:^6.1.1": "6.1.3",
"postcss-selector-parser@npm:^6.1.2": "6.1.3",
"rollup": "4.63.1",
"tar": "7.5.22",
"uuid@npm:^11.1.0": "11.1.1",
"ws": "8.21.3",
"yaml": "2.8.3"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict",
"overrides": [
{
"files": "*.mdx",
"options": {
"parser": "mdx",
"plugins": [
"prettier/parser-babel"
]
}
}
]
},
"engines": {
"npm": "please-use-yarn",
"yarn": "^4.7.0",
"node": "22.x.x"
},
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
}