Example-CG-SELECT/package.json

34 lines
864 B
JSON
Raw Normal View History

2023-02-23 15:49:34 +03:00
{
"name": "example-cg-select-page",
"version": "0.2.5",
"description": "This is a test page to demonstrate the capabilities of the select",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html -p 4500 --open",
"build": "parcel 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#readme",
"dependencies": {
"cg": "^0.5.0",
"cg-select": "^0.2.4",
"parcel": "^2.8.3",
"select": "^1.1.2"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3"
}
}