Example-CG-SELECT/package.json

33 lines
840 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",
"scripts": {
"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": [
"exemple-cg-select"
],
"author": "MaxOvs19",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxOvs19/Example-CG-SELECT/issues"
},
2023-02-24 20:59:43 +03:00
"homepage": "https://MaxOvs19.github.io/Example-CG-SELECT",
2023-02-23 15:49:34 +03:00
"dependencies": {
"cg-select": "^0.2.5",
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"
}
}