-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "leavesmc.org",
"version": "0.0.1",
"author": {
"name": "LittleChest",
"email": "little@littlew.top",
"url": "https://littlew.top"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "5.0.14",
"@giscus/react": "^3.1.0",
"@headlessui/react": "2.1.2",
"@sentry/nextjs": "^8.55.0",
"clsx": "2.1.1",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^7.2.2",
"misans": "^4.1.0",
"next": "14.2.35",
"next-sitemap": "^4.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.6.1",
"sharp": "^0.33.5",
"swr": "2.2.5"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"typescript": "5.5.3",
"windicss": "3.5.6",
"windicss-webpack-plugin": "1.8.0"
},
"sideEffects": false,
"packageManager": "pnpm@10.14.0"
}