Path: blob/main/net-im/deltachat-desktop/files/packagejsons/packages/frontend/package.json
46605 views
{1"private": true,2"name": "@deltachat-desktop/frontend",3"type": "module",4"license": "GPL-3.0-or-later",5"scripts": {6"check:types": "tsc --noEmit",7"build": "pnpm build:ts && pnpm build:themes && pnpm build:static && pnpm build:source-map-support && pnpm build:scss",8"build:ts": "node ./bin/build-frontend-ts.mjs",9"build:source-map-support": "node ./bin/build-frontend-source_map_support.js",10"build:scss": "sass ./scss/manifest.scss ./html-dist/main.css --embed-source-map --style=compressed",11"build:static": "node ../../bin/copy.js ../../static ./html-dist && node ../../bin/copy.js ./static ./html-dist && node ../../bin/copy.js ../../images ./html-dist/images",12"build:themes": "sass themes/light.scss static/fallback-theme.css --style=compressed --embed-source-map && node ./bin/build-frontend-themes.js",13"watch": "pnpm build:source-map-support && pnpm watch:ts & pnpm watch:static & pnpm watch:scss & pnpm watch:types",14"watch:ts": "pnpm build:ts -- -w",15"watch:types": "npx tsc --noEmit --pretty -w --preserveWatchOutput",16"watch:static": "node ../../bin/copy.js ../../static ./html-dist & node ../../bin/copy.js ./static ./html-dist & node ../../bin/copy.js ../../images ./html-dist/images",17"watch:scss": "pnpm build:scss --watch",18"test": "NODE_OPTIONS=\"--enable-source-maps --import ./bin/register-ts-node.mjs\" mocha 'src/tests/**/*.ts'"19},20"browser": {21"path": "path-browserify"22},23"dependencies": {24"@breezystack/lamejs": "^1.2.7",25"@deltachat-desktop/runtime-interface": "link:../runtime",26"@deltachat-desktop/shared": "link:../shared",27"@deltachat/jsonrpc-client": "catalog:",28"@emoji-mart/data": "^1.2.1",29"@emoji-mart/react": "^1.1.1",30"@jcoreio/async-throttle": "^1.6.1",31"@types/linkifyjs": "^2.1.7",32"classnames": "^2.5.1",33"debounce": "^1.2.1",34"emoji-mart": "^5.6.0",35"filesize": "^10.1.4",36"jsqr": "^1.4.0",37"linkify-plugin-hashtag": "^4.3.2",38"linkifyjs": "^4.3.2",39"mime-types": "catalog:",40"moment": "^2.30.1",41"path-browserify": "^1.0.1",42"react": "^19.2.0",43"react-dom": "^19.2.0",44"react-string-replace": "^1.1.1",45"react-virtualized-auto-sizer": "^1.0.26",46"react-window": "^1.8.11",47"react-window-infinite-loader": "^1.0.10",48"react-zoom-pan-pinch": "^3.7.0",49"use-debounce": "^3.3.0"50},51"devDependencies": {52"@types/chai": "catalog:",53"@types/debounce": "^1.2.4",54"@types/emoji-mart": "^3.0.14",55"@types/mime-types": "catalog:",56"@types/mocha": "catalog:",57"@types/node": "catalog:",58"@types/react": "^19.2.2",59"@types/react-dom": "^19.2.2",60"@types/react-window": "^1.8.8",61"@types/react-window-infinite-loader": "^1.0.9",62"chai": "catalog:",63"esbuild": "catalog:",64"esbuild-plugin-inline-worker": "^0.1.1",65"mocha": "catalog:",66"normalize.css": "^8.0.1",67"sass": "catalog:",68"source-map-support": "^0.5.21",69"typescript": "catalog:",70"ts-node": "^10.9.2",71"typescript-plugin-css-modules": "catalog:"72}73}747576