53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"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/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.5.5",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"file-loader": "^4.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"html-webpack-tags-plugin": "^2.0.13",
|
|
"less": "^3.9.0",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"sass-loader": "^7.2.0",
|
|
"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",
|
|
"react-bootstrap": "^1.0.0-beta.11",
|
|
"react-icons": "^3.7.0",
|
|
"react-localize-redux": "^3.5.3",
|
|
"react-redux": "^7.1.0",
|
|
"redux": "^4.0.4",
|
|
"redux-thunk": "^2.3.0",
|
|
"yaml": "^1.6.0"
|
|
}
|
|
}
|