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