1
0
mirror of https://github.com/Luzifer/webtotp.git synced 2024-09-16 14:58:28 +00:00
webtotp/package.json
Knut Ahlers b3f1a66660
npm update / audit fix
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-02 15:35:08 +02:00

29 lines
676 B
JSON

{
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.16.0",
"bootswatch": "^4.5.0",
"css-loader": "^1.0.0",
"otp": "^0.1.3",
"path": "^0.12.7",
"style-loader": "^0.23.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-qr": "^2.2.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"main": "src/main.js",
"name": "webotp",
"private": true,
"scripts": {
"build": "webpack -p"
},
"version": "0.0.0"
}