oneuptime/CommonUI/package.json

80 lines
2.5 KiB
JSON
Raw Normal View History

2022-01-18 13:37:19 +00:00
{
2022-05-10 19:28:56 +00:00
"name": "common-ui",
2022-01-18 13:37:19 +00:00
"version": "1.0.0",
"description": "",
2022-03-02 11:18:11 +00:00
"main": "index.ts",
2022-01-18 13:37:19 +00:00
"scripts": {
2022-06-24 14:45:06 +00:00
"test": "jest",
2022-03-25 20:24:05 +00:00
"compile": "tsc"
2022-01-18 13:37:19 +00:00
},
"author": "",
2022-04-30 13:25:36 +00:00
"license": "MIT",
2022-02-25 13:25:16 +00:00
"type": "module",
2022-02-21 13:57:19 +00:00
"dependencies": {
2022-06-12 19:40:59 +00:00
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
2022-03-22 10:34:57 +00:00
"@fortawesome/react-fontawesome": "^0.1.18",
2022-08-26 19:21:42 +00:00
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
2022-08-30 10:58:21 +00:00
"@tippyjs/react": "^4.2.6",
2022-09-07 20:09:52 +00:00
"@types/prismjs": "^1.26.0",
2022-09-13 19:30:00 +00:00
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.6",
2022-08-02 18:13:03 +00:00
"@types/react-toggle": "^4.0.3",
2022-08-25 17:16:15 +00:00
"@uiw/react-md-editor": "^3.18.1",
2022-05-18 11:17:18 +00:00
"bootstrap": "^5.2.0-beta1",
2022-04-10 22:04:03 +00:00
"Common": "file:../Common",
2022-05-13 11:24:45 +00:00
"formik": "^2.2.9",
2022-05-19 21:12:22 +00:00
"history": "^5.3.0",
2022-08-30 10:58:21 +00:00
"i": "^0.3.7",
2022-08-13 22:01:50 +00:00
"lodash": "^4.17.21",
"Model": "file:../Model",
2022-08-30 10:58:21 +00:00
"npm": "^8.18.0",
2022-09-07 20:09:52 +00:00
"prismjs": "^1.29.0",
2022-03-25 20:24:05 +00:00
"prop-types": "^15.8.1",
2022-07-13 20:38:21 +00:00
"react": "^18.1.0",
2022-09-13 19:30:00 +00:00
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
2022-09-13 13:25:31 +00:00
"react-dnd": "^16.0.1",
2022-09-13 15:01:04 +00:00
"react-dnd-html5-backend": "^16.0.1",
2022-07-13 20:38:21 +00:00
"react-dom": "^18.1.0",
2022-09-06 18:20:43 +00:00
"react-dropzone": "^14.2.2",
2022-10-18 12:17:17 +00:00
"react-feather": "^2.0.10",
2022-06-21 14:12:41 +00:00
"react-icons": "^4.4.0",
2022-08-28 17:07:08 +00:00
"react-markdown": "^8.0.3",
2022-06-20 20:01:13 +00:00
"react-modern-drawer": "^1.1.1",
2022-07-13 20:38:21 +00:00
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
2022-07-24 19:20:38 +00:00
"react-select": "^5.4.0",
2022-09-07 20:09:52 +00:00
"react-simple-code-editor": "^0.13.0",
2022-11-21 21:02:13 +00:00
"react-spinners": "^0.13.6",
2022-08-02 18:13:03 +00:00
"react-toggle": "^4.1.3",
2022-06-20 20:01:13 +00:00
"reactstrap": "^9.1.1",
2022-05-08 17:59:00 +00:00
"redux": "^4.2.0",
2022-08-26 19:05:48 +00:00
"rehype-sanitize": "^5.0.1",
2022-08-28 17:07:08 +00:00
"remark-gfm": "^3.0.1",
2022-08-30 10:58:21 +00:00
"tippy.js": "^6.3.7",
2022-05-13 10:50:24 +00:00
"universal-cookie": "^4.0.4",
2022-07-13 20:38:21 +00:00
"use-async-effect": "^2.2.6",
2022-05-13 11:24:45 +00:00
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
2022-03-25 20:24:05 +00:00
},
"devDependencies": {
2022-06-27 19:21:45 +00:00
"@faker-js/faker": "^7.3.0",
2022-08-17 15:50:05 +00:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
2022-10-16 05:29:42 +00:00
"@testing-library/react-hooks": "^8.0.1",
2022-08-17 15:50:05 +00:00
"@testing-library/user-event": "^14.4.3",
2022-07-05 20:35:13 +00:00
"@types/jest": "^28.1.4",
2022-06-27 19:21:45 +00:00
"@types/node": "^17.0.45",
"@types/react": "^18.0.9",
2022-07-05 20:35:13 +00:00
"@types/react-test-renderer": "^18.0.0",
2022-08-15 20:00:52 +00:00
"identity-obj-proxy": "^3.0.0",
2022-06-27 19:21:45 +00:00
"jest": "^28.1.1",
2022-08-17 15:50:05 +00:00
"jest-environment-jsdom": "^28.1.3",
2022-07-05 20:35:13 +00:00
"react-test-renderer": "^18.2.0",
2022-06-27 19:21:45 +00:00
"ts-jest": "^28.0.5"
2022-02-21 13:57:19 +00:00
}
2022-07-13 20:38:21 +00:00
}