generated from sapphiredev/sapphire-template
-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
138 lines (138 loc) · 4.18 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
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
{
"name": "root-website",
"version": "1.0.0",
"workspaces": [
"projects/*"
],
"description": "Website with the Sapphire guide, hosted on https://sapphirejs.dev",
"author": "@sapphire",
"license": "MIT",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"lint": "eslint src --ext mjs,ts,tsx --fix",
"lint:md": "markdownlint-cli2-fix",
"lint:md-no-fix": "markdownlint-cli2",
"clean": "node scripts/clean.mjs",
"format": "prettier --write \"{src,static,scripts,docs}/**/*.{js,jsx,ts,tsx,css,json,md,mdx,yml}\"",
"format:check": "prettier --check \"{src,static,scripts,docs}/**/*.{js,jsx,ts,tsx,css,json,md,mdx,yml}\"",
"update": "yarn upgrade-interactive",
"clean-projects": "rimraf --glob \"./projects/**/node_modules\" \"./projects/**/dist\" \"./projects/**/build\" \"./projects/**/prebuild\"",
"update-submodules": "git pull --recurse-submodules && git submodule update --remote --recursive",
"pages:dev": "wrangler pages dev --compatibility-date=2024-01-17 --proxy 3000 -- yarn start",
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/plugin-pwa": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/theme-search-algolia": "^3.6.1",
"@heroicons/react": "^2.1.5",
"@mdx-js/react": "^3.1.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.2",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@sapphire/cron": "^1.2.0",
"@sapphire/decorators": "^6.1.1",
"@sapphire/duration": "^1.1.3",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/fetch": "^3.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.7.1",
"@sapphire/timer-manager": "^1.0.3",
"@sapphire/timestamp": "^1.0.4",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^1.0.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"lint-staged": "^15.2.10",
"markdownlint": "^0.36.1",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "0.26.11",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "3.3.6",
"typescript": "~5.4.5",
"wrangler": "^3.86.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8",
"async": "^2.6.4",
"typescript": "~5.4.5",
"discord-api-types": "0.37.100"
},
"engines": {
"node": ">=18.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/website.git"
},
"homepage": "https://sapphirejs.dev",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{mjs,js,jsx,ts,tsx}": "eslint --fix --ext mjs,js,jsx,ts,tsx"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]",
"volta": {
"node": "22.11.0"
}
}