cg-select/package.json

32 lines
808 B
JSON
Raw Normal View History

{
2022-12-21 17:52:54 +03:00
"name": "cg-select",
"version": "0.1.12",
"description": "Select control created with JS for use in JS/React",
"author": "MaxOvs19",
"scripts": {
2022-12-21 17:52:54 +03:00
"start": "parcel src/page/index.html -p 4500 --open ",
"build": "parcel build ./src/page/index.html --public-url",
2022-11-14 12:23:18 +03:00
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
2022-11-14 13:22:06 +03:00
"url": "git+https://github.com/MaxOvs19/cg-select.git"
},
2022-12-21 17:52:54 +03:00
"license": "ISC",
"bugs": {
2022-11-14 13:22:06 +03:00
"url": "https://github.com/MaxOvs19/cg-select/issues"
},
2022-12-16 20:29:01 +03:00
"homepage": "https://cg-select.itguild.info",
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"parcel": "^2.7.0",
"prettier": "^2.7.1"
2022-11-14 12:23:18 +03:00
},
"dependencies": {
"@parcel/optimizer-css": "^2.8.0",
"gh-pages": "^4.0.0"
}
2022-11-14 12:23:18 +03:00
}