-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 889 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 889 Bytes
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
{
"description": "Pure JS benchmark for Matrix/Element channel view switching. Note that this package is for build/tooling purposes only and it is a non-published repository.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Ted Campbell <tcampbell@mozilla.com>",
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"babel-loader": "^8.2.2",
"null-loader": "^4.0.1",
"raw-loader": "^4.0.2",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.0"
},
"dependencies": {
"matrix-react-sdk": "^3.32.1",
"react": "^17.0.2"
}
}