active-table
Version:
Framework agnostic table component for editable data experience
87 lines (86 loc) • 2.62 kB
JSON
{
"name": "active-table",
"version": "1.1.7",
"description": "Framework agnostic table component for editable data experience",
"main": "./dist/activeTable.js",
"module": "./dist/activeTable.js",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"build:bundle": "npm run clean && npm run lint && tsc && vite build && npm run analyze && rollup -c",
"clean": "rimraf dist test",
"lint": "npm run lint:lit-analyzer && npm run lint:eslint",
"lint:eslint": "eslint --parser-options '{'project':'./tsconfig.json'}' '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",
"test:watch": "wtr --watch",
"test:prod": "MODE=prod wtr",
"test:prod:watch": "MODE=prod wtr --watch"
},
"keywords": [
"table",
"grid",
"editable",
"edit",
"react",
"vue",
"angular",
"solid",
"svelte",
"next",
"javascript",
"framework-agnostic",
"component",
"web-component",
"csv",
"xlsx"
],
"author": "Ovidijus Parsiunas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OvidijusParsiunas/active-table.git"
},
"bugs": {
"url": "https://github.com/OvidijusParsiunas/active-table/issues"
},
"homepage": "https://activetable.io",
"dependencies": {
"lit": "^3.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.3",
"@open-wc/testing": "^3.1.5",
"@rollup/plugin-replace": "^4.0.0",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@web/dev-server": "^0.1.31",
"@web/dev-server-legacy": "^1.0.0",
"@web/test-runner": "^0.13.27",
"@web/test-runner-playwright": "^0.8.8",
"@webcomponents/webcomponentsjs": "^2.6.0",
"eslint": "^8.15.0",
"lit-analyzer": "^2.0.1",
"prettier": "^2.6.2",
"rimraf": "^5.0.1",
"rollup": "^2.79.1",
"rollup-plugin-summary": "^1.4.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~5.2.2",
"vite": "^4.1.4",
"vite-plugin-dts": "^2.0.2"
},
"customElements": "custom-elements.json",
"files": [
"dist/**/*"
]
}