Example-CG-SELECT/package.json
2023-02-24 20:55:21 +03:00

33 lines
841 B
JSON

{
"name": "example-cg-select-page",
"version": "0.2.5",
"description": "This is a test page to demonstrate the capabilities of the select",
"scripts": {
"start": "parcel ./index.html -p 4500 --open",
"build": "parcel build ./index.html",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxOvs19/Example-CG-SELECT.git"
},
"keywords": [
"exemple-cg-select"
],
"author": "MaxOvs19",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxOvs19/Example-CG-SELECT/issues"
},
"homepage": "https://github.com/MaxOvs19/Example-CG-SELECT",
"dependencies": {
"cg-select": "^0.2.4",
"gh-pages": "^5.0.0",
"parcel": "^2.8.3"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3"
}
}