-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "suroi-wiki",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"ci:lint": "eslint . --max-warnings 0",
"spellcheck": "cspell **/*.{md,mdx} --show-context --show-suggestions"
},
"license": "GPL-3.0",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@next/eslint-plugin-next": "^14.2.16",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/eslint__js": "^8.42.3",
"@types/luxon": "^3.4.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"dependencies": {
"@cspell/dict-ru_ru": "^2.2.4",
"@damienvesper/bit-buffer": "^1.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "^14.2.16",
"@next/mdx": "^14.2.16",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.16",
"chart.js": "^4.4.6",
"cspell": "^8.15.5",
"fuse.js": "^7.0.0",
"lucide-react": "^0.408.0",
"next": "^14.2.16",
"next-mdx-remote": "^5.0.0",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"react-tooltip": "^5.28.0",
"tailwindcss": "^3.4.14"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}