2020-05-09 18:00:07 +00:00
|
|
|
{
|
|
|
|
"name": "lenticular_cloud",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "Lenticular Cloud ================",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "TuxCoder",
|
|
|
|
"license": "GPLv3",
|
2020-05-25 18:23:27 +00:00
|
|
|
"dependencies": {
|
2022-02-04 21:37:09 +00:00
|
|
|
"@fortawesome/fontawesome-free": "*",
|
|
|
|
"bootstrap": "^4.6.1",
|
|
|
|
"css-loader": "*",
|
|
|
|
"file-loader": "*",
|
|
|
|
"jquery": "*",
|
|
|
|
"jquery-form": "*",
|
|
|
|
"mini-css-extract-plugin": "*",
|
|
|
|
"node-forge": "*",
|
|
|
|
"css-minimizer-webpack-plugin": "*",
|
|
|
|
"popper.js": "*",
|
|
|
|
"qrcode-svg": "~1.1.0",
|
|
|
|
"sass": "*",
|
|
|
|
"sass-loader": "*",
|
|
|
|
"style-loader": "*",
|
|
|
|
"terser-webpack-plugin": "*",
|
|
|
|
"ts-loader": "*",
|
|
|
|
"url-loader": "*",
|
|
|
|
"webpack": "*",
|
|
|
|
"webpack-cli": "*"
|
2020-05-09 18:00:07 +00:00
|
|
|
},
|
2020-05-25 18:23:27 +00:00
|
|
|
"devDependencies": {
|
2022-02-04 21:37:09 +00:00
|
|
|
"simple-form-submit": "*"
|
2020-05-09 18:00:07 +00:00
|
|
|
}
|
|
|
|
}
|