-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.96 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.96 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
131
{
"name": "@node-core/website",
"type": "module",
"scripts": {
"prebuild": "pnpm build-blog-data",
"build": "cross-env NODE_NO_WARNINGS=1 next build",
"check-types": "tsc --noEmit",
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true NODE_NO_WARNINGS=1 next build",
"dev": "cross-env NODE_NO_WARNINGS=1 next dev",
"lint": "turbo run lint:md lint:js lint:css",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache",
"lint:fix": "turbo run lint:md lint:js lint:css --no-cache -- --fix",
"lint:js": "eslint \"**/*.{js,mjs,ts,tsx}\"",
"lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache",
"playwright": "playwright test",
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
"serve": "pnpm dev",
"start": "cross-env NODE_NO_WARNINGS=1 next start",
"sync-orama": "node ./scripts/orama-search/sync-orama-cloud.mjs",
"test": "turbo test:unit",
"test:unit": "cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test-coverage-exclude=**/*.test.* --experimental-test-module-mocks --enable-source-maps --import=global-jsdom/register --import=tsx --import=tests/setup.jsx --test **/*.test.*",
"test:unit:watch": "cross-env NODE_OPTIONS=\"--watch\" pnpm test:unit",
"build-blog-data": "node ./scripts/blog-data/generate.mjs",
"build-blog-data:watch": "node --watch --watch-path=pages/en/blog ./scripts/blog-data/generate.mjs",
"cloudflare:build:worker": "opennextjs-cloudflare build",
"cloudflare:preview": "wrangler dev",
"cloudflare:deploy": "wrangler deploy"
},
"dependencies": {
"@heroicons/react": "~2.2.0",
"@mdx-js/mdx": "^3.1.0",
"@node-core/ui-components": "workspace:*",
"@node-core/website-i18n": "workspace:*",
"@nodevu/core": "0.3.0",
"@opentelemetry/api-logs": "~0.200.0",
"@opentelemetry/instrumentation": "~0.200.0",
"@opentelemetry/resources": "~1.30.1",
"@opentelemetry/sdk-logs": "~0.200.0",
"@orama/react-components": "^0.7.0",
"@oramacloud/client": "^2.1.4",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.4",
"@shikijs/core": "^3.2.2",
"@shikijs/engine-javascript": "^3.2.2",
"@tailwindcss/postcss": "~4.1.5",
"@types/node": "22.15.3",
"@types/react": "^19.1.0",
"@vcarl/remark-headings": "~0.1.0",
"@vercel/analytics": "~1.5.0",
"@vercel/otel": "~1.11.0",
"@vercel/speed-insights": "~1.2.0",
"classnames": "~2.5.1",
"cross-env": "7.0.3",
"feed": "~4.2.2",
"github-slugger": "~2.0.0",
"glob": "~11.0.1",
"gray-matter": "~4.0.3",
"hast-util-to-string": "~3.0.1",
"next": "15.3.1",
"next-intl": "~4.1.0",
"next-themes": "~0.4.6",
"postcss": "~8.5.3",
"postcss-calc": "~10.1.1",
"postcss-loader": "~8.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"reading-time": "~1.5.0",
"rehype-autolink-headings": "~7.1.0",
"rehype-slug": "~6.0.0",
"remark-gfm": "~4.0.1",
"remark-reading-time": "~2.0.1",
"semver": "~7.7.1",
"shiki": "~3.3.0",
"sval": "^0.6.3",
"tailwindcss": "~4.0.17",
"unist-util-visit": "~5.0.0",
"vfile": "~6.0.3",
"vfile-matter": "~5.0.1"
},
"devDependencies": {
"@eslint/compat": "~1.2.8",
"@eslint/eslintrc": "~3.3.1",
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",
"@next/eslint-plugin-next": "15.3.1",
"@opennextjs/cloudflare": "^1.0.0-beta.4",
"@playwright/test": "^1.52.0",
"@testing-library/user-event": "~14.6.1",
"@types/semver": "~7.7.0",
"eslint-config-next": "15.3.1",
"eslint-import-resolver-typescript": "~4.3.1",
"eslint-plugin-mdx": "~3.4.0",
"eslint-plugin-react": "~7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"global-jsdom": "^26.0.0",
"handlebars": "4.7.8",
"jsdom": "^26.0.0",
"remark-frontmatter": "5.0.0",
"remark-lint-fenced-code-flag": "^4.2.0",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-maximum-line-length": "^4.1.1",
"remark-lint-no-file-name-articles": "^3.0.1",
"remark-lint-no-literal-urls": "^4.0.1",
"remark-lint-no-undefined-references": "^5.0.2",
"remark-lint-no-unused-definitions": "^4.0.2",
"remark-lint-prohibited-strings": "^4.0.0",
"remark-lint-unordered-list-marker-style": "^4.0.1",
"remark-preset-lint-node": "5.1.2",
"stylelint": "16.19.1",
"stylelint-config-standard": "38.0.0",
"stylelint-order": "7.0.0",
"stylelint-selector-bem-pattern": "4.0.1",
"tsx": "^4.19.3",
"typescript": "~5.8.2",
"typescript-eslint": "~8.31.1",
"user-agent-data-types": "0.4.2",
"wrangler": "^4.13.0"
},
"imports": {
"#site/*": [
"./*",
"./*.tsx",
"./*/index.tsx",
"./*.ts",
"./*/index.ts",
"./*.mjs",
"./*/index.mjs"
]
}
}