{ "name": "cg-select", "version": "0.1.12", "description": "Select control created with JS for use in JS/React", "author": "MaxOvs19", "scripts": { "start": "parcel src/page/index.html -p 4500 --open ", "build": "parcel build ./src/page/index.html", "deploy": "gh-pages -d dist", "predeploy": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/MaxOvs19/cg-select.git" }, "license": "ISC", "bugs": { "url": "https://github.com/MaxOvs19/cg-select/issues" }, "homepage": "https://cg-select.itguild.info", "devDependencies": { "@parcel/transformer-sass": "^2.7.0", "parcel": "^2.7.0", "prettier": "^2.7.1" }, "dependencies": { "@parcel/optimizer-css": "^2.8.0", "gh-pages": "^4.0.0" } }