UNPKG

2.69 kBJSONView Raw
1{
2 "name": "asupinternalcomponents",
3 "description": "Components developed by Paul for clinical table generation",
4 "version": "1.5.13",
5 "author": "Paul Thomas",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/PaulDThomas/asupinternalcomponents.git"
10 },
11 "bugs": {
12 "url": "https://github.com/PaulDThomas/asupinternalcomponents/issues"
13 },
14 "main": "dist/cjs/index.js",
15 "module": "dist/esm/index.js",
16 "files": [
17 "dist"
18 ],
19 "types": "dist/index.d.ts",
20 "dependencies": {
21 "@ungap/structured-clone": "^1.0.0",
22 "draft-js": "^0.11.7",
23 "react-rnd": "^10.3.5",
24 "uuid": "^8.3.2"
25 },
26 "scripts": {
27 "start": "react-scripts start",
28 "test": "react-scripts test --coverage",
29 "eject": "react-scripts eject",
30 "rollup": "rollup -c",
31 "prepare": "husky install"
32 },
33 "homepage": ".",
34 "browserslist": {
35 "production": [
36 ">0.2%",
37 "not dead",
38 "not op_mini all"
39 ],
40 "development": [
41 "last 1 chrome version",
42 "last 1 firefox version",
43 "last 1 safari version"
44 ]
45 },
46 "devDependencies": {
47 "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
48 "@rollup/plugin-commonjs": "^22.0.0",
49 "@rollup/plugin-node-resolve": "^13.1.3",
50 "@rollup/plugin-typescript": "^8.3.1",
51 "@testing-library/jest-dom": "^5.16.3",
52 "@testing-library/react": "^13.1.1",
53 "@types/draft-js": "^0.11.9",
54 "@types/jest": "^28.0.0",
55 "@types/node": "^16.0.0",
56 "@types/react": "^18.0.0",
57 "@types/react-dom": "^18.0.0",
58 "@types/ungap__structured-clone": "^0.3.0",
59 "@types/uuid": "^8.3.4",
60 "@typescript-eslint/eslint-plugin": "^5.35.1",
61 "@typescript-eslint/parser": "^5.35.1",
62 "eslint": "^8.23.0",
63 "eslint-config-prettier": "^8.5.0",
64 "eslint-plugin-prettier": "^4.2.1",
65 "eslint-plugin-react": "^7.31.1",
66 "eslint-plugin-react-hooks": "^4.6.0",
67 "husky": "^8.0.1",
68 "jest": "^28.0.0",
69 "lint-staged": "^13.0.3",
70 "prettier": "^2.7.1",
71 "react": "^18.0.0",
72 "react-dom": "^18.0.0",
73 "react-router-dom": "^6.2.1",
74 "react-scripts": "^5.0.0",
75 "rollup": "^2.70.1",
76 "rollup-plugin-dts": "^4.2.0",
77 "rollup-plugin-import-css": "^3.0.3",
78 "rollup-plugin-peer-deps-external": "^2.2.4",
79 "rollup-plugin-postcss": "^4.0.2",
80 "rollup-plugin-terser": "^7.0.2",
81 "ts-jest": "^28.0.8",
82 "ts-loader": "^9.2.6",
83 "ts-node": "^10.9.1",
84 "ts-node-dev": "^2.0.0",
85 "tslib": "^2.3.1",
86 "typescript": "^4.5.5"
87 },
88 "peerDependencies": {
89 "react": "^18.0.0",
90 "react-dom": "^18.0.0"
91 },
92 "lint-staged": {
93 "**/*": "prettier --write --ignore-unknown"
94 }
95}