37 lines
969 B
JSON
37 lines
969 B
JSON
{
|
|
"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 4510 --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#readme",
|
|
"dependencies": {
|
|
"cg": "^0.5.0",
|
|
"cg-select": "^0.2.4",
|
|
"gh-pages": "^5.0.0",
|
|
"parcel": "^2.8.3",
|
|
"select": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.8.3"
|
|
}
|
|
}
|