2023-02-23 15:49:34 +03:00
|
|
|
{
|
|
|
|
"name": "example-cg-select-page",
|
2023-04-13 13:36:51 +03:00
|
|
|
"version": "0.3.11",
|
2023-02-23 15:49:34 +03:00
|
|
|
"description": "This is a test page to demonstrate the capabilities of the select",
|
|
|
|
"scripts": {
|
2023-03-21 16:44:51 +03:00
|
|
|
"start": "parcel ./index.html -p 4660 --open",
|
2023-02-23 20:05:46 +03:00
|
|
|
"build": "parcel build ./index.html",
|
2023-02-23 19:02:55 +03:00
|
|
|
"deploy": "gh-pages -d dist",
|
|
|
|
"predeploy": "npm run build"
|
2023-02-23 15:49:34 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MaxOvs19/Example-CG-SELECT.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2023-03-22 16:51:31 +03:00
|
|
|
"exemple-cg-select",
|
|
|
|
"select",
|
|
|
|
"autocomplete",
|
|
|
|
"dropdown",
|
|
|
|
"multiselect",
|
|
|
|
"tag"
|
2023-02-23 15:49:34 +03:00
|
|
|
],
|
2023-03-22 16:51:31 +03:00
|
|
|
"author": {
|
|
|
|
"name": "CraftGroup",
|
|
|
|
"url": "https://github.com/apuc/"
|
|
|
|
},
|
2023-02-23 15:49:34 +03:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MaxOvs19/Example-CG-SELECT/issues"
|
|
|
|
},
|
2023-03-22 16:51:31 +03:00
|
|
|
"homepage": "https://cg-select.itguild.info",
|
2023-02-23 15:49:34 +03:00
|
|
|
"dependencies": {
|
2023-04-13 13:36:51 +03:00
|
|
|
"cg-select": "^0.3.11",
|
2023-02-23 19:02:55 +03:00
|
|
|
"gh-pages": "^5.0.0",
|
2023-02-24 20:55:21 +03:00
|
|
|
"parcel": "^2.8.3"
|
2023-02-23 15:49:34 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@parcel/transformer-sass": "^2.8.3"
|
|
|
|
}
|
|
|
|
}
|