forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 5.34 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 5.34 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "sentry-docs",
"description": "Sentry's documentation (and tools to build it)",
"license": "FSL-1.1-Apache-2.0",
"author": "getsentry",
"repository": {
"type": "git",
"url": "git+https://github.com/getsentry/sentry-docs.git"
},
"bugs": {
"url": "https://github.com/getsentry/sentry-docs/issues"
},
"private": true,
"scripts": {
"dev:minimal": "yarn enforce-redirects && concurrently \"node ./src/hotReloadWatcher.mjs\" \"next dev\"",
"dev": "yarn enforce-redirects && concurrently \"yarn sidecar\" \"node ./src/hotReloadWatcher.mjs\" \"next dev\"",
"dev:developer-docs": "yarn enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn dev",
"build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build",
"build": "yarn enforce-redirects && next build && yarn generate-md-exports",
"generate-md-exports": "node scripts/generate-md-exports.mjs",
"vercel:build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build",
"start:dev": "NODE_ENV=development yarn build && yarn start",
"start": "next start",
"lint": "next lint",
"lint:ts": "tsc --skipLibCheck",
"lint:eslint": "eslint \"{src,app,scripts}/**/*.{ts,tsx,js,jsx}\"",
"lint:eslint:fix": "eslint --fix \"{src,app,scripts}/**/*.{ts,tsx,js,jsx}\"",
"lint:prettier": "prettier --check \"./{src,app,scripts}/**/*.{md,mdx,ts,tsx,js,jsx,mjs}\"",
"lint:prettier:fix": "prettier --write \"./{src,app,scripts}/**/*.{md,mdx,ts,tsx,js,jsx,mjs}\"",
"lint:fix": "yarn run lint:prettier:fix && yarn run lint:eslint:fix",
"sidecar": "yarn spotlight-sidecar",
"test": "vitest",
"test:ci": "vitest run",
"enforce-redirects": "node ./scripts/no-vercel-json-redirects.mjs"
},
"dependencies": {
"@ariakit/react": "^0.4.5",
"@aws-sdk/client-s3": "^3.837.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.0.0",
"@google-cloud/storage": "^7.7.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@pondorasti/remark-img-links": "^1.0.8",
"@popperjs/core": "^2.11.8",
"@prettier/plugin-xml": "^3.3.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/themes": "^3.1.3",
"@sentry-internal/global-search": "^1.3.0",
"@sentry/nextjs": "^10.0.0",
"@types/mdx": "^2.0.9",
"algoliasearch": "^4.23.3",
"dompurify": "3.2.4",
"esbuild": "^0.25.0",
"framer-motion": "^10.12.16",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-select": "^6.0.4",
"hast-util-to-jsx-runtime": "^2.3.2",
"hastscript": "^8.0.0",
"image-size": "^1.2.1",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"match-sorter": "^6.3.4",
"mdx-bundler": "^10.0.1",
"mermaid": "^11.4.0",
"micromark": "^4.0.0",
"next": "15.1.7",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.12.4",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.6",
"p-limit": "^6.2.0",
"platformicons": "^8.0.4",
"prism-sentry": "^1.0.2",
"query-string": "^6.13.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-feather": "^2.0.8",
"react-popper": "^2.3.0",
"react-select": "^5.7.3",
"react-textarea-autosize": "^8.5.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-parse": "^9.0.1",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-diff": "^1.1.2",
"rehype-prism-plus": "^1.6.3",
"rehype-remark": "^10.0.1",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.1",
"remark-link-rewrite": "^1.0.7",
"remark-mdx-images": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"remark-stringify": "^11.0.0",
"rss": "^1.2.2",
"sass": "^1.69.5",
"search-insights": "^2.17.2",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"tailwindcss-scoped-preflight": "^3.0.4",
"textarea-markdown-editor": "^1.0.4",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
"@codecov/nextjs-webpack-plugin": "^1.9.0",
"@spotlightjs/spotlight": "^2.5.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "3.0.5",
"@types/node": "^22",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.17",
"concurrently": "^9.1.0",
"dotenv-cli": "^7.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-sentry-docs": "^2.10.0",
"jest": "^29.5.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1",
"typescript": "^5",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^3.0.7",
"ws": "^8.17.1"
},
"resolutions": {
"dompurify": "3.2.4",
"@types/dompurify": "3.0.5",
"@types/node": "^22"
},
"volta": {
"node": "22.16.0",
"yarn": "1.22.22"
}
}