-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
85 lines (85 loc) · 2.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "aurelia-slickgrid-root",
"description": "Slickgrid components made available in Aurelia",
"keywords": [
"aurelia",
"datagrid",
"datatable",
"plugin",
"slickgrid"
],
"workspaces": [
"packages/demo",
"packages/aurelia-slickgrid"
],
"homepage": "https://github.com/ghiscoding/aurelia-slickgrid",
"bugs": {
"url": "https://github.com/ghiscoding/aurelia-slickgrid/issues"
},
"license": "MIT",
"author": "Ghislain B.",
"repository": {
"type": "git",
"url": "https://github.com/ghiscoding/aurelia-slickgrid.git"
},
"scripts": {
"delete:dist": "rimraf dist",
"build": "pnpm -r --stream build",
"build:demo": "pnpm -r --stream build:demo",
"serve:demo": "pnpm -r serve:demo",
"predev": "pnpm -r --filter=./packages/aurelia-slickgrid build",
"dev": "pnpm -r --stream --parallel dev",
"cypress:open": "cypress open --config-file test/cypress.config.ts",
"cypress:ci": "cypress run --config-file test/cypress.config.ts",
"lint": "eslint --cache .",
"lint:fix": "eslint --fix .",
"preview:publish": "lerna publish from-package --dry-run --yes",
"preview:version": "lerna version --dry-run --yes",
"test:ci": "jest --runInBand --coverage=true --ci --config ./test/jest.config.ts",
"test:jest": "jest --watch --detectOpenHandles --config test/jest.config.ts",
"test:jest:coverage": "jest --detectOpenHandles --runInBand --coverage --config test/jest.config.ts"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@aurelia/fetch-client": "^2.0.0-beta.22",
"@aurelia/i18n": "^2.0.0-beta.22",
"@aurelia/platform": "^2.0.0-beta.22",
"@aurelia/platform-browser": "^2.0.0-beta.22",
"@formkit/tempo": "^0.1.2",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@slickgrid-universal/common": "^5.10.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.15.2",
"cypress-real-events": "^1.13.0",
"eslint": "^9.14.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"globals": "^15.12.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-transform-stub": "^2.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^7.0.1",
"pnpm": "^9.12.3",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
},
"pnpm": {
"overrides": {
"express": "^4.21.1",
"ws": "^8.18.0"
}
},
"packageManager": "[email protected]"
}