Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / applications / preview-sandbox / package.json
blob3ced2fc4142b89de701385db71bb530da70e8bb3
2     "name": "proton-preview-sandbox",
3     "description": "Standalone isolated previewer for documents that runs in an iframe",
4     "license": "GPL-3.0",
5     "author": "Proton AG",
6     "main": "index.ts",
7     "scripts": {
8         "build": "cross-env NODE_ENV=production ./bin/build.mjs",
9         "check-types": "tsc",
10         "lint": "eslint src --ext .ts --cache",
11         "pretty": "prettier --write  $(find src -type f -name '*.ts')",
12         "test": "echo No tests yet",
13         "test:ci": "echo No tests yet"
14     },
15     "dependencies": {
16         "docx-preview": "^0.3.2"
17     },
18     "devDependencies": {
19         "@proton/eslint-config-proton": "workspace:^",
20         "browserslist-to-esbuild": "^2.1.1",
21         "cross-env": "^7.0.3",
22         "esbuild": "^0.24.0",
23         "eslint": "^8.57.1",
24         "prettier": "^3.3.3",
25         "typescript": "^5.6.3"
26     }