1
0
mirror of https://github.com/Luzifer/webtotp.git synced 2024-09-20 00:32:59 +00:00
webtotp/package.json

29 lines
680 B
JSON
Raw Normal View History

2019-06-01 23:20:29 +00:00
{
"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.3.1",
"bootstrap-vue": "^2.0.0-rc.22",
"bootswatch": "^4.3.1",
"css-loader": "^1.0.0",
"otp": "^0.1.3",
"path": "^0.12.7",
"style-loader": "^0.23.1",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-qr": "^2.1.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"main": "src/main.js",
"name": "webotp",
"private": true,
"scripts": {
"build": "webpack -p"
},
"version": "0.0.0"
}