-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.18 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
{
"name": "plugin-olm",
"version": "0.1.0",
"main": "dist/plugin-olm.js",
"module": "src/",
"author": "Jason Papakostas <[email protected]>",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "babel src -d lib --source-maps",
"build-plugin": "webpack --mode=production",
"dev-plugin": "webpack-dev-server --mode=development",
"watch": "babel src -d lib --source-maps --watch",
"start": "yarn build && node lib/group-demo.js",
"test": "ava"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"autobind-decorator": "^2.4.0",
"binary-string": "^1.0.0",
"buffer": "^5.2.1",
"cbor": "^4.1.5",
"chalk": "^2.4.2",
"core-js": "3",
"date-fns": "^1.30.1",
"events": "^3.0.0",
"haikunator": "^2.1.1",
"has-own-prop": "^1.0.1",
"hsluv": "^0.0.3",
"irc-framework": "vith/irc-framework#export-channel",
"map-obj": "^3.1.0",
"olm": "https://matrix.org/packages/npm/olm/olm-3.0.0.tgz",
"ow": "^0.13.2",
"voca": "^1.4.0",
"zen-observable": "^0.8.14"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-decorators": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"ava": "^1.4.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-espower": "^3.0.1",
"brotli-webpack-plugin": "^1.1.0",
"clean-webpack-plugin": "^2.0.2",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.1",
"deterministic-pseudorandombytes": "^0.1.0",
"distinct-colors": "^1.0.4",
"eslint": "^5.16.0",
"eslint-config-esnext": "^4.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"hard-rejection": "^2.1.0",
"prettier": "^1.17.1",
"source-map-support": "^0.5.12",
"stats-webpack-plugin": "^0.7.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
}
}