-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"name": "photoproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx ts-node --files ./src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.9",
"@types/mime": "^2.0.3",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.13",
"@types/pg": "^7.14.7",
"@types/response-time": "^2.3.4",
"@uppy/core": "^1.16.0",
"@uppy/thumbnail-generator": "^1.7.5",
"axios": "^0.22.0",
"cors": "^2.8.5",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"exifr": "^6.0.0",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"file-type": "^16.2.0",
"fluent-ffmpeg": "^2.1.2",
"image-size": "^0.9.3",
"moment": "^2.29.4",
"multer": "^1.4.2",
"node-ffprobe": "^3.0.0",
"nodemon": "^2.0.6",
"pg": "^8.5.1",
"response-time": "^2.3.2",
"sharp": "^0.26.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/cors": "^2.8.9",
"@types/ffmpeg": "^1.0.3",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/sharp": "^0.26.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5"
}
}