-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.13 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.13 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
48
49
50
51
52
53
54
55
{
"name": "leantable",
"version": "0.0.0-development",
"description": "A fast, extensible table component",
"keywords": [
"table",
"grid",
"react",
"component"
],
"author": "erictooth",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/erictooth/leantable.git"
},
"homepage": "https://github.com/erictooth/leantable",
"files": [
"dist",
"dist-css",
"dist-types"
],
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist-types/index.d.ts"
},
"./css/*": "./dist-css/*"
},
"dependencies": {
"@preact/signals-react": "^3",
"react-compiler-runtime": "19.1.0-rc.1"
},
"peerDependencies": {
"@types/react": ">=18",
"react": ">=18"
},
"devDependencies": {
"@babel/cli": "^7.27.1",
"@babel/core": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@preact/signals-react-transform": "^0.5.1",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"prettier": "3.5.3",
"typescript": "5.8.3"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"packageManager": "pnpm@10.10.0"
}