-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 954 Bytes
/
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
{
"name": "ferdium-website",
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.18.0",
"pnpm": "9.12.3"
},
"engine-strict": true,
"volta": {
"node": "20.18.0",
"pnpm": "9.12.3"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config sitemap-config.js",
"preexport": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdi/js": "6.9.96",
"@mdi/react": "1.6.1",
"@octokit/rest": "21.0.1",
"next": "13.5.6",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"next-sitemap": "4.2.3",
"sass": "1.77.8",
"typescript": "5.4.5"
}
}