-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.65 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.65 KB
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
{
"name": "gp-grid",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/GioPat/gp-grid.git"
},
"bugs": {
"url": "https://github.com/GioPat/gp-grid/issues"
},
"homepage": "https://github.com/GioPat/gp-grid#readme",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "pnpm --filter=./packages/core --filter=./packages/react -r build && pnpm --filter=./playgrounds/vite-react dev",
"dev:vue": "pnpm --filter=./packages/core --filter=./packages/vue -r build && pnpm --filter=./playgrounds/vite-vue dev",
"dev:angular": "pnpm --filter=./packages/core --filter=./packages/angular build && pnpm --filter ./playgrounds/angular start",
"install:packages": "pnpm --filter=./packages/* install --frozen-lockfile",
"build:packages": "pnpm --filter=./packages/* -r build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"bench": "vitest bench"
},
"devDependencies": {
"@vitest/coverage-v8": "3.2.4",
"@vitest/ui": "^3.2.4",
"happy-dom": "^20.0.11",
"typescript": "^5.9.3",
"vite": "npm:rolldown-vite@7.1.12",
"vite-plugin-dts": "^3.9.1",
"vitest": "^3.2.4"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.1.12",
"@angular/core": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"ng-packagr": "^21.0.0"
}
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
"version": "0.17.0"
}