slickgrid
Advanced tools
Comparing version 5.0.0-alpha.3 to 5.0.0-alpha.9
@@ -13,3 +13,3 @@ import type SortableInstance from 'sortablejs'; | ||
* | ||
* SlickGrid v5.0.0-alpha.3 | ||
* SlickGrid v5.0.0-alpha.9 | ||
* | ||
@@ -16,0 +16,0 @@ * NOTES: |
{ | ||
"name": "slickgrid", | ||
"version": "5.0.0-alpha.3", | ||
"version": "5.0.0-alpha.9", | ||
"description": "A lightning fast JavaScript grid/spreadsheet", | ||
@@ -45,5 +45,71 @@ "exports": { | ||
"homepage": "https://github.com/6pac/SlickGrid#readme", | ||
"scripts": { | ||
"cypress": "npx cypress open --config-file cypress/cypress.config.ts", | ||
"cypress:ci": "npx cypress run --config-file cypress/cypress.config.ts", | ||
"predev": "rimraf --glob dist/{browser,esm}", | ||
"dev": "node ./scripts/dev-watch.mjs --open", | ||
"serve": "node ./scripts/dev-watch.mjs --serve", | ||
"clean": "rimraf dist", | ||
"lint": "eslint src -c .eslintrc --ext .ts", | ||
"minify": "node ./scripts/minify.js --start", | ||
"prebuild:prod": "rimraf dist && npm run lint", | ||
"build:prod": "node ./scripts/builds.mjs --prod", | ||
"build:types": "tsc --emitDeclarationOnly --incremental --declarationMap --outDir dist/types", | ||
"preview:release": "node ./scripts/release.mjs --create-release github --dry-run --skip-checks", | ||
"release": "node ./scripts/release.mjs --create-release github", | ||
"presass:build": "rimraf dist/styles/css", | ||
"sass:build": "sass src/styles:dist/styles/css --style=compressed --quiet-deps --no-source-map", | ||
"postsass:build": "postcss dist/styles/css/**/* --dir dist/styles/css --base dist/styles/css --no-map --use cssnano --use autoprefixer --style=compressed", | ||
"sass:copy": "copyfiles -f src/styles/*.scss dist/styles/sass", | ||
"serve:demo": "http-server ./ -p 8080 -a localhost -s", | ||
"clean:publish": "echo \"cleaning 'devDependencies' and 'scripts' from package.json\" && clean-publish" | ||
}, | ||
"dependencies": { | ||
"sortablejs": "^1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@4tw/cypress-drag-drop": "^2.2.5", | ||
"@octokit/rest": "^19.0.13", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"autoprefixer": "^10.4.15", | ||
"browser-sync": "^2.29.3", | ||
"chokidar": "^3.5.3", | ||
"clean-publish": "^4.2.0", | ||
"conventional-changelog": "^5.1.0", | ||
"copyfiles": "^2.4.1", | ||
"cssnano": "^6.0.1", | ||
"cssnano-preset-lite": "^3.0.0", | ||
"cypress": "^13.2.0", | ||
"dotenv": "^16.3.1", | ||
"esbuild": "^0.19.3", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-cypress": "^2.15.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"fs-extra": "^11.1.1", | ||
"git-url-parse": "^13.1.0", | ||
"glob": "^10.3.4", | ||
"http-server": "^14.1.1", | ||
"inquirer": "^9.2.11", | ||
"load-json-file": "^7.0.1", | ||
"new-github-release-url": "^2.0.0", | ||
"path": "^0.12.7", | ||
"picocolors": "^1.0.0", | ||
"postcss": "^8.4.30", | ||
"postcss-cli": "^10.1.0", | ||
"rimraf": "^5.0.1", | ||
"sass": "^1.67.0", | ||
"semver": "^7.5.4", | ||
"servor": "^4.0.2", | ||
"strong-log-transformer": "^2.1.0", | ||
"typescript": "^5.2.2", | ||
"yargs": "^17.7.2" | ||
}, | ||
"browserslist": [ | ||
"last 2 version", | ||
"> 1%", | ||
"IE 11", | ||
"not dead" | ||
], | ||
"engines": { | ||
@@ -50,0 +116,0 @@ "node": ">=16.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6771535
462
37