-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "cropper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/fluent-ffmpeg": "^2.1.20",
"contrast-color-generator": "^0.1.1",
"dateformat": "^5.0.3",
"express-fileupload": "^1.3.1",
"fakenamegenerator": "^1.3.3",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^2.0.1",
"imgbb-uploader": "^1.3.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"multer": "^1.4.4",
"next": "12.1.5",
"next-connect": "^0.12.2",
"node-fetch": "^3.2.3",
"random-color": "^1.0.1",
"random-hex": "^1.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-easy-crop": "^4.1.4",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/dateformat": "^5.0.0",
"@types/formidable": "^2.0.4",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/sharp": "^0.30.2",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
},
"engines": {
"node": "14.x",
"npm": "6.x"
}
}