UNPKG

@sparser/au2-data-grid

Version:
82 lines 2.45 kB
{ "name": "@sparser/au2-data-grid", "version": "1.0.0-rc.5", "description": "A data grid for Aurelia 2", "exports": { ".": { "default": "./dist/index.js", "types": "./dist/types/index.d.ts" }, "./style": { "default": "./dist/styles.css" } }, "sideEffects": [ "*.css" ], "type": "module", "scripts": { "clean": "rimraf ./dist", "prebuild": "npm run clean", "build:ts": "tsc", "build:other": "cpx ./src/**/*.{html,css} ./dist", "build": "run-p build:ts build:other", "watch:ts": "tsc --watch --preserveWatchOutput", "watch:other": "cpx ./src/**/*.{html,css} ./dist --watch", "watch": "run-p watch:ts watch:other", "lint:src": "eslint -c ./.eslintrc.cjs --cache --ext .ts src", "lint:tests": "eslint -c ./tests/.eslintrc.cjs --cache --ext .ts tests", "lint": "npm run lint:src", "test:debug": "cross-env DEBUG=true npm run test", "test:watch": "cross-env DEV=true npm run test", "pretest": "rimraf ./tests/.karma-webpack/* --glob", "test": "karma start ./tests/karma.conf.cjs" }, "keywords": [ "aurelia2", "data-grid" ], "author": { "name": "Sayan751" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Sayan751/au2-data-grid" }, "files": [ "src/**/*.*", "dist/**/!(.tsbuildinfo)" ], "devDependencies": { "@aurelia/testing": "^2.0.0-beta.22", "@jsdevtools/coverage-istanbul-loader": "^3.0.5", "@netatwork/mocha-utils": "^2.1.5", "@netatwork/spy": "^1.2.0", "@types/chai": "^4.3.19", "@types/mocha": "^10.0.7", "chai": "^5.1.1", "cpx2": "^7.0.1", "cross-env": "^7.0.3", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-firefox-launcher": "^2.1.3", "karma-junit-reporter": "^2.0.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.4.0", "karma-source-map-support": "^1.4.0", "karma-webpack": "^5.0.1", "mocha": "^10.7.3", "npm-run-all": "^4.1.5", "puppeteer": "^23.2.2", "resolve-typescript-plugin": "^2.0.1", "rimraf": "^6.0.1" }, "dependencies": { "@aurelia/kernel": "^2.0.0-beta.22", "@aurelia/runtime": "^2.0.0-beta.22", "@aurelia/runtime-html": "^2.0.0-beta.22" } }