2021-11-17 00:45:48 +00:00
|
|
|
{
|
2023-02-15 01:09:01 +00:00
|
|
|
"name": "DominoClock",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The Domino Clock",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"scripts": {
|
2023-02-15 17:58:13 +00:00
|
|
|
"analyze": "cem analyze --litelement",
|
2023-02-15 01:09:01 +00:00
|
|
|
"build": "vite build --base='./'",
|
2023-02-15 18:01:50 +00:00
|
|
|
"lint": "eslint --ignore-path .gitignore && prettier --check --ignore-path .gitignore src/**/*.ts",
|
|
|
|
"fix": "eslint --fix --ignore-path .gitignore && prettier --write --ignore-path .gitignore src/**/*.ts",
|
2023-02-15 01:09:01 +00:00
|
|
|
"dev": "vite -m development",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"author": "Elf M. Sternberg <elf.sternberg@gmail.com>",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"lit": "^2.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-15 17:58:13 +00:00
|
|
|
"@custom-elements-manifest/analyzer": "^0.4.17",
|
2023-02-15 01:09:01 +00:00
|
|
|
"@open-wc/eslint-config": "^9.2.1",
|
|
|
|
"@types/jest": "^27.0.2",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
|
|
"@typescript-eslint/parser": "^5.48.0",
|
|
|
|
"eslint": "^8.3.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-import": "^2.25.3",
|
|
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
|
|
"jest": "^27.3.1",
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"typescript": "^4.5.2",
|
|
|
|
"vite": "^2.6.14",
|
|
|
|
"vite-plugin-compression": "^0.3.5",
|
|
|
|
"vite-plugin-ejs": "^1.4.3",
|
|
|
|
"vite-plugin-eslint": "^1.3.0"
|
2023-02-15 17:58:13 +00:00
|
|
|
},
|
|
|
|
"customElements": "custom-elements.json"
|
2021-11-17 00:45:48 +00:00
|
|
|
}
|