-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "papermc.io",
"version": "0.1.0",
"author": {
"name": "Cubxity",
"email": "[email protected]",
"url": "https://cubxity.dev"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "5.0.14",
"@headlessui/react": "2.1.2",
"clsx": "2.1.1",
"next": "13.5.4",
"next-sitemap": "^4.2.3",
"react": "18.3.1",
"react-dom": "18.3.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": "[email protected]+sha256.d1581d46ed10f54ff0cbdd94a2373b1f070202b0fbff29f27c2ce01460427043"
}