-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "fed-tester",
"version": "1.0.0",
"description": "Matrix Federation test frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.lain.haus/f0x/fed-tester"
},
"keywords": [
"matrix",
"federation"
],
"author": "f0x",
"license": "AGPL-3.0",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babelify": "^10.0.0",
"bluebird": "^3.5.3",
"browserify": "^16.3.0",
"budo": "^11.6.2",
"create-react-class": "^15.6.3",
"debounce": "^1.2.0",
"del": "^3.0.0",
"fetch-retry": "^2.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"jdenticon": "^2.1.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.27.1"
},
"devDependencies": {
"gulp-sass": "^5.0.0",
"sass": "^1.39.0"
}
}