-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"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",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "5.0.8",
"@giscus/react": "^2.4.0",
"@headlessui/react": "1.7.17",
"@sentry/nextjs": "^8.4.0",
"clsx": "2.0.0",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"misans": "^4.0.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.1",
"sharp": "^0.32.6",
"swr": "2.2.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@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.0.0",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.1.0",
"typescript": "5.3.2",
"windicss": "3.5.6",
"windicss-webpack-plugin": "1.8.0"
},
"sideEffects": false
}