-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
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
{
"name": "secondproject",
"version": "1.0.0",
"description": "converter project by hadi",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss public/stylesheets/tailwind.css -o public/stylesheets/style.css "
},
"author": "hadi",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.1",
"easy-pdf-merge": "^0.2.6",
"ejs": "^3.1.8",
"express": "^4.18.1",
"handbrake-js": "^6.0.0",
"image-size": "^1.0.1",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-pngquant": "^8.0.0",
"libreoffice-convert": "^1.4.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.16",
"office-converter": "^1.0.2",
"puppeteer": "^14.4.1",
"sharp": "^0.30.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"tailwindcss": "^1.5.1"
}
}