-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
32 lines (32 loc) · 912 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
32
{
"name": "@react-pdf/reconciler",
"version": "1.1.2",
"license": "MIT",
"description": "Define uninitialized elements",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
"type": "module",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/diegomura/react-pdf.git",
"directory": "packages/reconciler"
},
"scripts": {
"build": "rimraf ./lib && rollup -c",
"watch": "rimraf ./lib && rollup -c -w",
"size": "size-limit",
"lint": "eslint src",
"test": "vitest"
},
"files": [
"lib"
],
"devDependencies": {
"ast-types": "^0.14.2",
"react-reconciler-26": "npm:[email protected]",
"react-reconciler-31": "npm:[email protected]",
"scheduler": "0.25.0-rc-603e6108-20241029",
"recast": "^0.23.9"
}
}