oliveyoung-restock-notification-popup
Version:
모바일 중심의 재입고 알림 신청 Bottom Sheet 웹컴포넌트
60 lines (59 loc) • 1.6 kB
JSON
{
"name": "oliveyoung-restock-notification-popup",
"version": "1.0.2",
"description": "모바일 중심의 재입고 알림 신청 Bottom Sheet 웹컴포넌트",
"main": "dist/restock-notification-popup.js",
"types": "dist/restock-notification-popup.d.ts",
"scripts": {
"build": "mkdir -p dist && cp src/*.js dist/ && cp src/*.css dist/",
"prepublishOnly": "npm run build",
"dev": "python3 -m http.server 8000 || python -m SimpleHTTPServer 8000",
"test": "echo \"테스트 스크립트가 아직 없습니다.\" && exit 1",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
},
"keywords": [
"webcomponent",
"web-component",
"popup",
"modal",
"bottom-sheet",
"bottomsheet",
"restock",
"notification",
"mobile",
"responsive",
"oliveyoung",
"ecommerce",
"react",
"nextjs",
"jsp",
"vanilla-js"
],
"author": "oy-daegyun",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/oy-daegyun/oliveyoung-mall-restock-noti-pop.git"
},
"homepage": "https://github.com/oy-daegyun/oliveyoung-mall-restock-noti-pop#readme",
"bugs": {
"url": "https://github.com/oy-daegyun/oliveyoung-mall-restock-noti-pop/issues"
},
"devDependencies": {},
"files": [
"dist/**/*",
"src/**/*",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}