@sparser/au2-data-grid
Version:
A data grid for Aurelia 2
83 lines (82 loc) • 2.45 kB
JSON
{
"name": "@sparser/au2-data-grid",
"version": "1.0.0-rc.8",
"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": "git+https://github.com/Sayan751/au2-data-grid.git"
},
"files": [
"src/**/*.*",
"dist/**/!(.tsbuildinfo)"
],
"devDependencies": {
"@aurelia/testing": "^2.0.0-rc.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@netatwork/mocha-utils": "^2.1.5",
"@netatwork/spy": "^1.2.0",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"chai": "^6.2.0",
"cpx2": "^8.0.0",
"cross-env": "^10.1.0",
"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": "^11.7.5",
"npm-run-all": "^4.1.5",
"puppeteer": "^24.28.0",
"resolve-typescript-plugin": "^2.0.1",
"rimraf": "^6.0.1"
},
"dependencies": {
"@aurelia/kernel": "^2.0.0-rc.0",
"@aurelia/runtime": "^2.0.0-rc.0",
"@aurelia/runtime-html": "^2.0.0-rc.0"
}
}