2022-09-21 11:54:22 +03:00
|
|
|
{
|
|
|
|
"name": "dropdown-list",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2022-11-14 18:46:01 +03:00
|
|
|
"start": "parcel src/index.html -p 4500 --open ",
|
2022-11-14 12:23:18 +03:00
|
|
|
"build": "parcel build ./src/index.html --public-url /cg-select/",
|
|
|
|
"deploy": "gh-pages -d dist",
|
|
|
|
"predeploy": "npm run build"
|
2022-09-21 11:54:22 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-11-14 13:22:06 +03:00
|
|
|
"url": "git+https://github.com/MaxOvs19/cg-select.git"
|
2022-09-21 11:54:22 +03:00
|
|
|
},
|
2022-11-14 13:22:06 +03:00
|
|
|
"author": "MaxOvs19",
|
2022-09-21 11:54:22 +03:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2022-11-14 13:22:06 +03:00
|
|
|
"url": "https://github.com/MaxOvs19/cg-select/issues"
|
2022-09-21 11:54:22 +03:00
|
|
|
},
|
2022-11-14 13:22:06 +03:00
|
|
|
"homepage": "https://maxovs19.github.io/cg-select",
|
2022-09-21 11:54:22 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"@parcel/transformer-sass": "^2.7.0",
|
|
|
|
"parcel": "^2.7.0",
|
|
|
|
"prettier": "^2.7.1"
|
2022-11-14 12:23:18 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@parcel/optimizer-css": "^2.8.0",
|
|
|
|
"gh-pages": "^4.0.0"
|
2022-09-21 11:54:22 +03:00
|
|
|
}
|
2022-11-14 12:23:18 +03:00
|
|
|
}
|