mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 15:08:01 +00:00
67ddcd8c68
* feat/table add react-table * feat/table add protected table route * feat/table upgrade dependencies * feat/table support parsing of new properties Co-authored-by: DeepSource Bot <bot@deepsource.io>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "ontime",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.8.6",
|
|
"@dnd-kit/core": "^5.0.3",
|
|
"@dnd-kit/sortable": "^6.0.1",
|
|
"@dnd-kit/utilities": "^3.1.0",
|
|
"@emotion/react": "^11.7.1",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"autosize": "^5.0.1",
|
|
"axios": "^0.25.0",
|
|
"color": "^4.2.1",
|
|
"framer-motion": "4.1.17",
|
|
"ontime-utils": "link: ../server/utils/",
|
|
"react": "17.0.2",
|
|
"react-beautiful-dnd": "^13.1.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-qr-code": "2.0.3",
|
|
"react-query": "^3.34.12",
|
|
"react-router-dom": "^6.2.1",
|
|
"react-table": "^7.7.0",
|
|
"socket.io-client": "^4.4.1",
|
|
"typeface-open-sans": "^1.1.13",
|
|
"use-fit-text": "^2.4.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "set BROWSER=none&&react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"test:pipeline": "react-scripts test --watchAll=false --runInBand --detectOpenHandles --forceExit ",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"prop-types": "^15.8.1",
|
|
"react-scripts": "^5.0.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"sass": "^1.49.0"
|
|
}
|
|
}
|