Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/konapotheek.com/wp-content/plugins/mycryptocheckout/ |
Upload File : |
{ "name": "mcc", "version": "1.0.0", "description": "MyCryptoCheckout plugin for WordPress", "main": "Gruntfile.js", "scripts": { "build:solweb3": "webpack --config webpack.config.solweb3.js", "build:woocommerce": "webpack --config webpack.config.js", "build": "npm run build:woocommerce && npm run build:solweb3" }, "repository": { "type": "git", "url": "git+https://github.com/MyCryptoCheckout/wordpress.git" }, "author": "mycryptocheckout", "license": "ISC", "bugs": { "url": "https://github.com/MyCryptoCheckout/wordpress/issues" }, "homepage": "https://github.com/MyCryptoCheckout/wordpress", "devDependencies": { "@babel/core": "^7.24.5", "@babel/plugin-transform-runtime": "^7.24.3", "@babel/preset-env": "^7.24.5", "@lodder/grunt-postcss": "^3.0.1", "@wordpress/scripts": "^27.6.0", "autoprefixer": "^10.4.14", "babel-loader": "^9.1.3", "grunt": "^1.6.1" }, "dependencies": { "@solana/spl-token": "^0.4.6", "@solana/web3.js": "^1.91.8", "bignumber.js": "^9.0.2", "buffer": "^6.0.3", "clipboard": "^2.0.11", "crypto-browserify": "^3.12.0", "dompurify": "^3.1.0", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-dart-sass": "^2.0.1", "postcss": "^8.4.23", "qrcode": "^1.5.1", "stream-browserify": "^3.0.0", "vm-browserify": "^1.1.2", "web3": "^4.9.0" } }