forked from discord-userdoccers/discord-userdoccers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 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
{
"name": "discord.dev",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "pnpm run sitemap && next build",
"build:ci": "pnpm run build && pnpm run build:cionly",
"build:cionly": "tsc --build ci",
"start": "next start",
"lint": "eslint components contexts hooks pages",
"lint:fix": "eslint components contexts hooks pages --fix",
"prettier": "prettier -c **/*.mdx **/*.ts{,x}",
"prettier:fix": "prettier --write **/*.mdx **/*.ts{,x}",
"test:links": "node dist/ci/checkLinks.js",
"sitemap": "node ci/sitemap.js"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@headlessui/react": "^1.4.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^13.2.4",
"classnames": "^2.5.1",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "1.3.5",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remark-supersub": "^1.0.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/jsdom": "^21.1.7",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "20.14.13",
"@types/react": "18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.14",
"chalk": "^5.2.0",
"eslint": "8.56.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jsdom": "^22.0.0",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-tailwind": "^2.2.12",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5",
"webpack": "^5.91.0"
},
"packageManager": "[email protected]+sha512.1336b80b948efd7979218a33ba96d9e4d380e6578144f6319979977deec6e3fe2e0a444b864b3ce2b077dda8adc4d654fee32b9c31868f0acb92da0abcf8ea1c"
}