Showing
- admin/tools/groups.tool 0 additions, 355 deletionsadmin/tools/groups.tool
- admin/tools/home.tool 0 additions, 26 deletionsadmin/tools/home.tool
- admin/tools/users.tool 0 additions, 315 deletionsadmin/tools/users.tool
- groups.tool 0 additions, 445 deletionsgroups.tool
- index.html 38 additions, 34 deletionsindex.html
- nginx.conf 9 additions, 0 deletionsnginx.conf
- package-lock.json 18153 additions, 0 deletionspackage-lock.json
- package.json 55 additions, 0 deletionspackage.json
- public/bs/css/bootstrap-theme.css 0 additions, 587 deletionspublic/bs/css/bootstrap-theme.css
- public/bs/css/bootstrap-theme.css.map 0 additions, 1 deletionpublic/bs/css/bootstrap-theme.css.map
- public/bs/css/bootstrap-theme.min.css 0 additions, 6 deletionspublic/bs/css/bootstrap-theme.min.css
- public/bs/css/bootstrap-theme.min.css.map 0 additions, 1 deletionpublic/bs/css/bootstrap-theme.min.css.map
- public/bs/css/bootstrap.css 0 additions, 6760 deletionspublic/bs/css/bootstrap.css
- public/bs/css/bootstrap.css.map 0 additions, 1 deletionpublic/bs/css/bootstrap.css.map
- public/bs/css/bootstrap.min.css 0 additions, 6 deletionspublic/bs/css/bootstrap.min.css
- public/bs/css/bootstrap.min.css.map 0 additions, 1 deletionpublic/bs/css/bootstrap.min.css.map
- public/bs/fonts/glyphicons-halflings-regular.eot 0 additions, 0 deletionspublic/bs/fonts/glyphicons-halflings-regular.eot
- public/bs/fonts/glyphicons-halflings-regular.svg 0 additions, 288 deletionspublic/bs/fonts/glyphicons-halflings-regular.svg
- public/bs/fonts/glyphicons-halflings-regular.ttf 0 additions, 0 deletionspublic/bs/fonts/glyphicons-halflings-regular.ttf
- public/bs/fonts/glyphicons-halflings-regular.woff 0 additions, 0 deletionspublic/bs/fonts/glyphicons-halflings-regular.woff
admin/tools/groups.tool
deleted
100644 → 0
admin/tools/home.tool
deleted
100644 → 0
admin/tools/users.tool
deleted
100644 → 0
groups.tool
deleted
100644 → 0
nginx.conf
0 → 100644
package-lock.json
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "amiv-admintools", | ||
"version": "0.0.1", | ||
"description": "Admintools to access the AMIV API.", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "webpack-dev-server --hot --inline", | ||
"build": "webpack -p --config webpack.config.prod.js", | ||
"build-dev": "webpack -p --config webpack.config.dev.js", | ||
"build-staging": "webpack -p --config webpack.config.staging.js", | ||
"build-local": "webpack -p --config webpack.config.local.js", | ||
"lint": "eslint src/**/*.js src/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.ethz.ch:amiv/amiv-admintool.git" | ||
}, | ||
"author": "Hermann Blum et al", | ||
"dependencies": { | ||
"@material/drawer": "^0.30.0", | ||
"@material/select": "^0.35.1", | ||
"ajv": "^5.5.0", | ||
"amiv-web-ui-components": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#360e65da63f4511db1f6ac56ce103be9254d1d9f", | ||
"axios": "^0.17.1", | ||
"client-oauth2": "^4.2.0", | ||
"mithril": "^1.1.6", | ||
"mithril-infinite": "^1.2.4", | ||
"polythene-core-css": "^1.2.0", | ||
"polythene-css": "^1.2.0", | ||
"polythene-mithril": "1.2.0", | ||
"querystring": "^0.2.0", | ||
"showdown": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "^8.0.4", | ||
"compression-webpack-plugin": "^2.0.0", | ||
"css-loader": "^2.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-import-resolver-webpack": "^0.10.1", | ||
"eslint-loader": "^3.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"file-loader": "^3.0.1", | ||
"style-loader": "^0.23.1", | ||
"webpack": "^4.28.3", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.14" | ||
} | ||
} |
public/bs/css/bootstrap-theme.css
deleted
100644 → 0
public/bs/css/bootstrap.css.map
deleted
100644 → 0
source diff could not be displayed: it is too large. Options to address this: view the blob.
public/bs/css/bootstrap.min.css
deleted
100644 → 0
public/bs/css/bootstrap.min.css.map
deleted
100644 → 0
File deleted
File deleted
File deleted