-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 916 Bytes
/
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
{
"name": "aurelia2-data-grid-monorepo",
"version": "1.0.0-rc.5",
"description": "",
"scripts": {
"build": "npm run build -ws",
"fake-service": "npm -w examples/fake-service run",
"test": "npm run test -ws --if-present"
},
"keywords": [],
"author": "",
"license": "MIT",
"workspaces": [
"package",
"examples/fake-service",
"examples/webpack-apps/non-customized",
"examples/webpack-apps/customized-header",
"examples/webpack-apps/customized-grid"
],
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-mocha": "^10.4.1",
"typescript": "^5.6.3"
}
}