added settings modal for mail
This commit is contained in:
parent
dee531fd51
commit
559f6bed49
12 changed files with 695 additions and 202 deletions
100
static-data/www/shared/node_modules/bulma-switch/package.json
generated
vendored
Normal file
100
static-data/www/shared/node_modules/bulma-switch/package.json
generated
vendored
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"_from": "bulma-switch",
|
||||
"_id": "bulma-switch@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-myD38zeUfjmdduq+pXabhJEe3x2hQP48l/OI+Y0fO3HdDynZUY/VJygucvEAJKRjr4HxD5DnEm4yx+oDOBXpAA==",
|
||||
"_location": "/bulma-switch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "bulma-switch",
|
||||
"name": "bulma-switch",
|
||||
"escapedName": "bulma-switch",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bulma-switch/-/bulma-switch-2.0.0.tgz",
|
||||
"_shasum": "7a187cd1bb8073e9a542478d936b89315f1ffcd8",
|
||||
"_spec": "bulma-switch",
|
||||
"_where": "/home/anonymous/programming/onionr/static-data/www/shared/css",
|
||||
"author": {
|
||||
"name": "Wikiki",
|
||||
"email": "wikiki@protonmail.com",
|
||||
"url": "https://wikiki.github.io/bulma-extensions/overview"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Wikiki/bulma-switch/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Display classic checkbox as a switch button, in different colors, sizes, and states ",
|
||||
"devDependencies": {
|
||||
"ansi-colors": "^2.0.1",
|
||||
"autoprefixer": "^8.6.2",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-jest": "^23.0.1",
|
||||
"babel-loader": "^7.1.4",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"bulma": "^0.7.1",
|
||||
"camelcase": "^5.0.0",
|
||||
"commitizen": "^2.10.1",
|
||||
"cz-conventional-changelog": "^2.1.0",
|
||||
"del": "^3.0.0",
|
||||
"fancy-log": "^1.3.2",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-clean-css": "^3.9.4",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-nop": "0.0.3",
|
||||
"gulp-postcss": "^7.0.1",
|
||||
"gulp-sass": "^4.0.1",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"jest": "^23.1.0",
|
||||
"regenerator-runtime": "^0.11.1",
|
||||
"semantic-release": "^15.5.2",
|
||||
"travis-deploy-once": "^5.0.0",
|
||||
"webpack": "^4.12.0",
|
||||
"webpack-stream": "^4.0.3"
|
||||
},
|
||||
"files": [
|
||||
"dist/**",
|
||||
"src/**",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"homepage": "https://github.com/Wikiki/bulma-switch#readme",
|
||||
"keywords": [
|
||||
"Bulma",
|
||||
"bulma",
|
||||
"bulma.io",
|
||||
"extensions",
|
||||
"switch",
|
||||
"checkbox"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./dist/css/bulma-switch.min.css",
|
||||
"name": "bulma-switch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Wikiki/bulma-switch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"commit": "git-cz",
|
||||
"semantic-release": "semantic-release",
|
||||
"travis-deploy-once": "travis-deploy-once"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue