sf-checklist
Version:
Superflows Checklist Component
94 lines (93 loc) • 2.83 kB
JSON
{
"name": "sf-checklist",
"private": false,
"version": "1.0.24",
"description": "Superflows Checklist Component",
"module": "dist/sf-checklist.js",
"outDir": "dist",
"declaration": true,
"type": "module",
"main": "dist/sf-checklist.js",
"types": "dist/sf-checklist.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf sf-checklist.{d.ts,d.ts.map,js,js.map} test/sf-checklist.{d.ts,d.ts.map,js,js.map} test/sf-checklist_test.{d.ts,d.ts.map,js,js.map}",
"lint": "npm run lint:lit-analyzer && npm run lint:eslint",
"lint:eslint": "eslint 'src/**/*.ts'",
"lint:lit-analyzer": "lit-analyzer",
"format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
"analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
"serve": "wds --watch",
"serve:prod": "MODE=prod npm run serve",
"test": "npm run test:dev && npm run test:prod",
"test:dev": "wtr --verbose=true --coverage --silent=false",
"test:watch": "wtr --watch",
"test:prod": "MODE=prod wtr",
"test:prod:watch": "MODE=prod wtr --watch",
"checksize": "rollup -c ; cat sf-checklist.bundled.js | gzip -9 | wc -c ; rm sf-checklist.bundled.js"
},
"keywords": [
"superflows",
"react",
"serverless",
"buttons",
"input",
"navigation",
"building blocks",
"lego",
"search",
"notifications",
"login",
"sign in",
"profile",
"menu",
"brand",
"lit",
"lit-element",
"navigation-bar",
"web component",
"browser"
],
"author": "Superflows-dev",
"license": "MIT",
"repository": "superflows-dev/sf-checklist",
"dependencies": {
"fs": "^0.0.1-security",
"lit": "^2.2.4",
"sinon": "^15.0.1"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@custom-elements-manifest/analyzer": "^0.6.3",
"@open-wc/testing": "^3.1.7",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@web/dev-server": "^0.4.6",
"@web/dev-server-legacy": "^1.0.0",
"@web/test-runner": "^0.20.1",
"@web/test-runner-playwright": "^0.11.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"eslint": "^8.15.0",
"lit-analyzer": "^2.0.3",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.73.0",
"rollup-plugin-summary": "^1.4.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~4.7.4"
},
"customElements": "custom-elements.json",
"include": [
"src"
]
}