-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "better-screenshots",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.12",
"get-image-colors": "^4.0.1",
"html-to-image": "^1.10.8",
"image-converter-pro": "^1.0.0",
"next": "12.2.5",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-click-away-listener": "^2.2.2",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-toastify": "^9.0.8",
"react-use-downloader": "^1.2.4",
"rgb2hex": "^0.2.5"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}