cg-select/package.json
2022-11-14 13:22:06 +03:00

31 lines
770 B
JSON

{
"name": "dropdown-list",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "parcel ./src/index.html -p 4500 --open ",
"build": "parcel build ./src/index.html --public-url /cg-select/",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxOvs19/cg-select.git"
},
"author": "MaxOvs19",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxOvs19/cg-select/issues"
},
"homepage": "https://maxovs19.github.io/cg-select",
"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"
}
}