This repository was archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.66 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
56
57
58
59
60
61
62
63
64
{
"name": "@airthium/react-pdf-table",
"version": "0.9.36",
"license": "MIT",
"homepage": "https://github.com/Airthium/react-pdf-table",
"repository": {
"type": "git",
"url": "https://github.com/Airthium/react-pdf-table.git"
},
"author": {
"name": "Airthium",
"url": "https://github.com/orgs/Airthium/people"
},
"main": "build/index.js",
"types": "index.d.ts",
"keywords": [
"react-pdf",
"@react-pdf/renderer",
"table"
],
"scripts": {
"prettier": "prettier -l '**/*.tsx'",
"depcheck": "depcheck . --ignores @types/*,typedoc,buffer",
"doc": "typedoc",
"test": "jest --silent --coverage",
"rendertest": "REACT_APP_RENDER_TEST=1 react-scripts start",
"minify": "uglifyjs-folder build -e -o build -x .js",
"build": "tsc --declaration && yarn minify"
},
"devDependencies": {
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@react-pdf/renderer": "3.1.12",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"babel-jest": "29.6.1",
"buffer": "6.0.3",
"depcheck": "1.4.3",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"prettier": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"typedoc": "0.24.8",
"typescript": "5.1.6",
"uglifyjs-folder": "3.3.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}