-
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.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 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": "@cvians/root",
"version": "1.0.0",
"description": "Modern React and Preact component library with Excel-like tables and more",
"private": true,
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"clean": "turbo clean",
"type-check": "turbo type-check",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"keywords": [
"react",
"preact",
"components",
"ui",
"typescript",
"table",
"excel",
"cvians"
],
"author": {
"name": "Taha Kazmi",
"url": "https://github.com/cod-vista"
},
"license": "MIT",
"packageManager": "pnpm@10.20.0",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}