forked from cloudinary-community/imagecarbon
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 867 Bytes
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
{
"name": "imagecarbon",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sparticuz/chromium-min": "123.0.1",
"@supabase/supabase-js": "^2.104.0",
"@tgwf/co2": "^0.18.0",
"cloudinary": "^2.9.0",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.15",
"next": "^15.5.15",
"next-cloudinary": "^6.17.5",
"p-limit": "^6.2.0",
"puppeteer-core": "^22.15.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-icons": "^5.6.0",
"swr": "^2.4.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@netlify/plugin-nextjs": "^5.15.9",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}