-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
50
51
{
"name": "monero-suite",
"description": "Build your personal docker-compose.yml file for Monero services.",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major",
"prepare": "husky"
},
"dependencies": {
"@mantine/code-highlight": "7.16.3",
"@mantine/core": "7.16.3",
"@mantine/hooks": "7.16.3",
"@vercel/blob": "0.27.1",
"compose-spec-schema": "1.0.0",
"date-fns": "4.1.0",
"nanoid": "5.1.0",
"next": "15.1.7",
"nuqs": "2.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"react-toggle-dark-mode": "1.1.1",
"sharp": "0.33.5",
"typescript": "5.7.3",
"yaml": "2.7.0"
},
"devDependencies": {
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.2",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"standard-version": "9.5.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"husky": "9.1.7"
},
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52"
}