-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 887 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
{
"name": "private-pdf",
"version": "0.0.1",
"description": "PrivatePDF is a free web tool that lets users make quick PDF edits from within their web browser, without uploading anything anywhere.",
"main": "dist/bundle.js",
"dependencies": {
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.11.174"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Antoan Angelov",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.0",
"@types/pdfjs-dist": "^2.10.378",
"@types/webpack": "^5.28.5",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^11.0.0",
"jsxobj": "^1.1.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}