-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
87 lines (87 loc) · 2.84 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "files-sdk-demo",
"version": "0.0.0",
"description": "Demo web client using matrix-files-sdk",
"author": "New Vector Ltd.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vector-im/files-sdk-demo/issues"
},
"homepage": "https://github.com/vector-im/files-sdk-demo",
"repository": {
"type": "git",
"url": "git@github.com:vector-im/files-sdk-demo.git"
},
"scripts": {
"build": "wp --config webpack.config.js --mode production",
"dev": "wp --config webpack.config.js --mode development",
"svelte-check": "svelte-check src",
"check-types": "tsc --noEmit",
"test": "yarn svelte-check && yarn check-types"
},
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"@types/crypto-js": "^4.1.1",
"@types/mime-types": "^2.1.1",
"@types/page": "^1.11.5",
"@types/uuid": "^8.3.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.1",
"esbuild-loader": "^2.16.0",
"mini-css-extract-plugin": "^2.8.0",
"mini-html-webpack-plugin": "^3.1.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"svelte-check": "^2.3.0",
"svelte-loader": "^3.1.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.0",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-merge": "^5.8.0",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.5.0",
"webpackbar": "^5.0.2"
},
"dependencies": {
"@bytemd/plugin-external-links": "^1.3.0",
"@bytemd/plugin-gfm": "^1.10.13",
"@material/typography": "^13.0.0",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.13.tgz",
"@smui/button": "^5.0.1",
"@smui/card": "^5.0.1",
"@smui/data-table": "^5.0.1",
"@smui/fab": "^5.0.1",
"@smui/icon-button": "^5.0.1",
"@smui/layout-grid": "^5.0.1",
"@smui/linear-progress": "^5.0.1",
"@smui/list": "^5.0.1",
"@smui/menu": "^5.0.1",
"@smui/menu-surface": "^5.0.1",
"@smui/paper": "^5.0.1",
"@smui/select": "^5.0.1",
"@smui/textfield": "^5.0.1",
"@smui/top-app-bar": "^5.0.1",
"@zerodevx/svelte-json-view": "^0.1.3",
"bytemd": "^1.10.13",
"dayjs": "^1.10.7",
"events": "^3.3.0",
"github-markdown-css": "^5.5.1",
"log4js": "^6.9.1",
"matrix-files-sdk": "^3.1.0",
"matrix-js-sdk": "^30.1.0",
"mime-types": "^2.1.34",
"oidc-client-ts": "hughns/oidc-client-ts#08ac93b33fd1b021b6771c80397bbc6754fa3b8c",
"page": "^1.11.6",
"svelte": "^3.49.0",
"svelte-accordion": "^0.0.0-development",
"svelte-file-dropzone": "^0.0.15",
"svelte-loading-skeleton": "^1.0.1",
"svelte-material-ui": "^5.0.1",
"svelte-preprocess": "^4.10.1",
"svelte-qrcode": "^1.0.0",
"svelte-toasts": "^1.1.2",
"uuid": "^8.3.2"
}
}