cg-select/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
2022-12-21 17:52:54 +03:00
"name": "cg-select",
2023-01-05 18:21:10 +03:00
"version": "0.2.1",
2022-12-23 18:58:26 +03:00
"description": "Feature rich Select control for React/JS with multiselect, autocomplete and styling",
"author": {
"name": "CraftGroup",
"url": "https://github.com/apuc/"
},
"homepage": "https://cg-select.itguild.info",
"scripts": {
2022-12-28 20:33:21 +03:00
"start": "parcel example/index.html -p 4500 --open ",
2023-01-16 19:30:44 +03:00
"build": "parcel build ./src/cg-selectTS.ts --no-cache",
2022-11-14 12:23:18 +03:00
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
2022-12-23 18:58:26 +03:00
"url": "git+https://github.com/apuc/cg-select.git"
},
"license": "ISC",
"bugs": {
2022-12-23 18:58:26 +03:00
"url": "https://github.com/apuc/cg-select/issues"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
2022-12-29 17:15:19 +03:00
"jsdoc": "^4.0.0",
"parcel": "^2.7.0",
"prettier": "^2.7.1"
2022-11-14 12:23:18 +03:00
},
"dependencies": {
"@parcel/optimizer-css": "^2.8.0",
2023-01-06 13:40:18 +03:00
"@types/prettier": "^2.7.2",
2023-01-05 18:21:10 +03:00
"gh-pages": "^4.0.0",
"typedoc": "^0.23.24",
2023-01-05 18:21:10 +03:00
"typescript": "^4.9.4"
2022-12-23 18:58:26 +03:00
},
"keywords": [
"select",
"autocomplete",
"dropdown",
"multiselect",
"tag"
]
2022-11-14 12:23:18 +03:00
}