-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "monero-suite",
"description": "Build your personal docker-compose.yml file for Monero services.",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/code-highlight": "7.14.0",
"@mantine/core": "7.14.0",
"@mantine/hooks": "7.14.0",
"@vercel/blob": "0.26.0",
"compose-spec-schema": "1.0.0",
"date-fns": "4.1.0",
"nanoid": "5.0.8",
"next": "14.2.15",
"nuqs": "2.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-toggle-dark-mode": "1.1.1",
"sharp": "0.33.5",
"typescript": "5.6.3",
"yaml": "2.6.0"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1"
},
"packageManager": "pnpm@9.13.1+sha512.5ac37545851c55ec58521b6c285db6f848f93ca70889beb4145f5b40fe234e4ea4faee4dad12ac5c139e494374c65d9c3a6ec9a25954378fa286a250e68d2f20"
}