summary refs log tree commit diff
path: root/synapse_topology/view/webui/package.json
blob: 7122a42ae9d23bf45bb20975672d68f118844104 (plain) (blame)
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
{
  "name": "synapse_topology_webui",
  "version": "0.0.0",
  "description": "A simple webui for initialising the synapse startup",
  "main": "index.js",
  "author": "Jorik Schellekens (matrix.org)",
  "license": "Apache-2.0",
  "private": true,
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.5.5",
    "babel-loader": "^8.0.6",
    "css-loader": "^3.1.0",
    "file-loader": "^4.1.0",
    "html-webpack-plugin": "^3.2.0",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "style-loader": "^0.23.1",
    "webpack": "^4.38.0",
    "webpack-cli": "^3.3.6",
    "webpack-dev-server": "^3.7.2"
  },
  "scripts": {
    "build": "webpack -p --progress --config webpack.config.babel.js",
    "dev-build": "webpack --progress -d --config webpack.config.babel.js",
    "watch": "webpack --progress -d --config webpack.config.babel.js --watch"
  },
  "dependencies": {
    "fetch-absolute": "^1.0.0"
  }
}