Path: blob/main/net-im/deltachat-desktop/files/packagejsons/packages/frontend/package.json
34615 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"immutable": "^4.3.7",37"jsqr": "^1.4.0",38"linkify-plugin-hashtag": "^4.3.2",39"linkifyjs": "^4.3.2",40"mime-types": "catalog:",41"moment": "^2.30.1",42"path-browserify": "^1.0.1",43"react": "^19.2.0",44"react-dom": "^19.2.0",45"punycode": "^2.3.1",46"react-string-replace": "^1.1.1",47"react-virtualized-auto-sizer": "^1.0.26",48"react-window": "^1.8.11",49"react-window-infinite-loader": "^1.0.10",50"react-zoom-pan-pinch": "^3.7.0",51"use-debounce": "^3.3.0",52"ws": "7.5.10"53},54"devDependencies": {55"@types/chai": "catalog:",56"@types/debounce": "^1.2.4",57"@types/emoji-mart": "^3.0.14",58"@types/mime-types": "catalog:",59"@types/mocha": "catalog:",60"@types/node": "catalog:",61"@types/react": "^19.2.2",62"@types/react-dom": "^19.2.2",63"@types/react-window": "^1.8.8",64"@types/react-window-infinite-loader": "^1.0.9",65"chai": "catalog:",66"esbuild": "catalog:",67"esbuild-plugin-inline-worker": "^0.1.1",68"mocha": "catalog:",69"normalize.css": "^8.0.1",70"sass": "catalog:",71"source-map-support": "^0.5.21",72"typescript": "catalog:",73"ts-node": "^10.9.2",74"typescript-plugin-css-modules": "catalog:"75}76}777879