-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "cocktail-recipes",
"version": "1.10.0",
"private": true,
"description": "",
"scripts": {
"dev": "next",
"build": "prisma generate && next build",
"start": "next start",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"start:migrate": "prisma migrate deploy && pnpm start"
},
"keywords": [],
"author": "",
"license": "Commons Clause” License Condition v1.0 with AGPL-3.0",
"dependencies": {
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "6.2.1",
"browser-image-compression": "^2.0.2",
"chart.js": "4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.5.1",
"deep-diff": "1.0.2",
"express-validator": "7.2.0",
"formik": "2.4.6",
"graph-data-structure": "3.5.0",
"http-method-enum": "1.0.0",
"js-levenshtein": "^1.1.6",
"jssoup": "0.0.15",
"lodash": "4.17.21",
"marked": "15.0.5",
"next": "15.1.5",
"next-auth": "4.24.10",
"next-pwa": "^5.6.0",
"node-html-parser": "6.1.13",
"playwright": "1.49.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"react-image-crop": "11.0.7",
"react-markdown": "9.0.3",
"react-select": "^5.8.3",
"react-three-state-checkbox": "3.0.0",
"rxjs": "7.8.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "5.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/deep-diff": "1.0.5",
"@types/js-levenshtein": "^1.1.3",
"@types/lodash": "4.17.14",
"@types/node": "22.10.5",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/react-image-crop": "^9.0.2",
"@types/react-is": "19.0.0",
"autoprefixer": "10.4.20",
"daisyui": "4.12.23",
"eslint": "8.57.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.10",
"prisma": "6.2.1",
"semantic-release": "24.2.0",
"tailwindcss": "3.4.17",
"typescript": "5.5.4"
},
"packageManager": "pnpm@9.14.4"
}