Crypto api finished, design and live data done
Showing
with
3613 additions
and
125 deletions
| { | { | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "dev": "npm run development", | "dev": "npm run development", | ||
| "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
| "watch": "npm run development -- --watch", | "watch": "npm run development -- --watch", | ||
| "watch-poll": "npm run watch -- --watch-poll", | "watch-poll": "npm run watch -- --watch-poll", | ||
| "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
| "prod": "npm run production", | "prod": "npm run production", | ||
| "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "axios": "^0.18", | "axios": "^0.18", | ||
| "bootstrap": "^4.0.0", | "bootstrap": "^4.0.0", | ||
| "cross-env": "^5.1", | "cross-env": "^5.1", | ||
| "jquery": "^3.2", | "jquery": "^3.2", | ||
| "laravel-mix": "^4.0.7", | "laravel-mix": "^4.0.7", | ||
| "lodash": "^4.17.5", | "lodash": "^4.17.5", | ||
| "popper.js": "^1.12", | "popper.js": "^1.12", | ||
| "resolve-url-loader": "^2.3.1", | "resolve-url-loader": "^2.3.1", | ||
| "sass": "^1.15.2", | "sass": "^1.15.2", | ||
| "sass-loader": "^7.1.0", | "sass-loader": "^7.1.0", | ||
| "vue": "^2.5.17" | "vue": "^2.5.17" | ||
| } | }, | ||
| "dependencies": { | |||
| "popper.js": "^1.15.0" | |||
| } | |||
| } | } | 
| { | |||
| "name": "heimrichhannot/bootstrap-select", | |||
| "description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.", | |||
| "type": "contao-component", | |||
| "keywords": [ | |||
| "form", | |||
| "bootstrap", | |||
| "select", | |||
| "replacement" | |||
| ], | |||
| "homepage": "http://silviomoreto.github.io/bootstrap-select", | |||
| "version": "1.12.5", | |||
| "authors": [ | |||
| { | |||
| "name": "Silvio Moreto", | |||
| "homepage": "https://github.com/silviomoreto" | |||
| } | |||
| ], | |||
| "require": { | |||
| "contao-components/installer": "^1.0.9" | |||
| }, | |||
| "license": "MIT", | |||
| "suggest": { | |||
| "components/jquery": ">=1.8", | |||
| "heimrichhannot/bootstrap": "4.0.0-alpha" | |||
| } | |||
| } | 
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| { | |||
| "name": "bootstrap-select", | |||
| "title": "bootstrap-select", | |||
| "main": "dist/js/bootstrap-select.js", | |||
| "description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.", | |||
| "version": "1.12.2", | |||
| "homepage": "http://silviomoreto.github.io/bootstrap-select", | |||
| "author": { | |||
| "name": "Silvio Moreto", | |||
| "url": "https://github.com/silviomoreto" | |||
| }, | |||
| "contributors": [ | |||
| { | |||
| "name": "Silvio Moreto", | |||
| "url": "https://github.com/silviomoreto" | |||
| }, | |||
| { | |||
| "name": "Ana Carolina", | |||
| "url": "https://github.com/anacarolinats" | |||
| }, | |||
| { | |||
| "name": "caseyjhol", | |||
| "url": "https://github.com/caseyjhol" | |||
| }, | |||
| { | |||
| "name": "Matt Bryson", | |||
| "url": "https://github.com/mattbryson" | |||
| }, | |||
| { | |||
| "name": "t0xicCode", | |||
| "url": "https://github.com/t0xicCode" | |||
| } | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/silviomoreto/bootstrap-select.git" | |||
| }, | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "jquery": ">=1.8" | |||
| }, | |||
| "devDependencies": { | |||
| "grunt": "^1.0.1", | |||
| "grunt-autoprefixer": "^3.0.4", | |||
| "grunt-banner": "^0.6.0", | |||
| "grunt-contrib-clean": "^1.0.0", | |||
| "grunt-contrib-compress": "^1.3.0", | |||
| "grunt-contrib-concat": "^1.0.1", | |||
| "grunt-contrib-copy": "^1.0.0", | |||
| "grunt-contrib-csslint": "^2.0.0", | |||
| "grunt-contrib-cssmin": "^1.0.2", | |||
| "grunt-contrib-jshint": "^1.0.0", | |||
| "grunt-contrib-less": "^1.4.0", | |||
| "grunt-contrib-uglify": "^2.0.0", | |||
| "grunt-contrib-watch": "^1.0.0", | |||
| "grunt-umd": "^2.3.6", | |||
| "grunt-version": "^1.1.1", | |||
| "load-grunt-tasks": "^3.5.2" | |||
| }, | |||
| "keywords": [ | |||
| "form", | |||
| "bootstrap", | |||
| "select", | |||
| "replacement" | |||
| ] | |||
| } | 
This diff is collapsed.
Click to expand it.
public/js/crypto.js
0 → 100644
Please
register
or
sign in
to comment