kopia lustrzana https://github.com/shoelace-style/shoelace
86 wiersze
2.4 KiB
JSON
86 wiersze
2.4 KiB
JSON
{
|
|
"name": "@shoelace-style/shoelace",
|
|
"description": "A forward-thinking library of web components.",
|
|
"version": "2.0.0-beta.47",
|
|
"homepage": "https://github.com/shoelace-style/shoelace",
|
|
"author": "Cory LaViska",
|
|
"license": "MIT",
|
|
"main": "dist/shoelace.js",
|
|
"module": "dist/shoelace.js",
|
|
"customElements": "dist/custom-elements.json",
|
|
"type": "module",
|
|
"types": "dist/shoelace.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"web components",
|
|
"custom elements",
|
|
"components"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shoelace-style/shoelace.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shoelace-style/shoelace/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/claviska"
|
|
},
|
|
"scripts": {
|
|
"start": "node scripts/build.js --dev",
|
|
"build": "node scripts/build.js",
|
|
"prepublishOnly": "npm run build && npm run test",
|
|
"prettier": "prettier --write --loglevel warn .",
|
|
"create": "plop --plopfile scripts/plop/plopfile.cjs",
|
|
"test": "web-test-runner \"src/**/*.test.ts\" --node-resolve --puppeteer",
|
|
"test:watch": "web-test-runner \"src/**/*.test.ts\" --node-resolve --puppeteer --watch"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.7.0",
|
|
"@shoelace-style/animations": "^1.1.0",
|
|
"color": "^3.1.3",
|
|
"globby": "^11.0.3",
|
|
"lit": "^2.0.0-rc.2",
|
|
"lit-html": "^2.0.0-rc.2",
|
|
"qr-creator": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@custom-elements-manifest/analyzer": "^0.4.12",
|
|
"@open-wc/testing": "^2.5.33",
|
|
"@types/color": "^3.0.1",
|
|
"@web/dev-server-esbuild": "^0.2.12",
|
|
"@web/test-runner": "^0.13.5",
|
|
"@web/test-runner-puppeteer": "^0.10.0",
|
|
"bluebird": "^3.7.2",
|
|
"bootstrap-icons": "^1.4.1",
|
|
"browser-sync": "^2.26.14",
|
|
"chalk": "^4.1.0",
|
|
"command-line-args": "^5.1.1",
|
|
"comment-parser": "^1.1.5",
|
|
"concurrently": "^5.3.0",
|
|
"del": "^6.0.0",
|
|
"download": "^8.0.0",
|
|
"esbuild": "^0.12.4",
|
|
"front-matter": "^4.0.2",
|
|
"get-port": "^5.1.1",
|
|
"husky": "^4.3.8",
|
|
"mkdirp": "^0.5.5",
|
|
"plop": "^2.7.4",
|
|
"prettier": "^2.2.1",
|
|
"recursive-copy": "^2.0.11",
|
|
"sinon": "^11.1.1",
|
|
"strip-css-comments": "^4.1.0",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4",
|
|
"wait-on": "^5.2.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run prettier"
|
|
}
|
|
}
|
|
}
|