2019-09-06 09:37:30 +10:00
|
|
|
{
|
2021-09-02 12:16:40 +10:00
|
|
|
"name": "Rowy",
|
2022-02-09 18:11:54 +11:00
|
|
|
"version": "2.3.1",
|
2021-09-22 11:24:02 +10:00
|
|
|
"homepage": "https://rowy.io",
|
2021-08-26 15:34:27 +10:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2021-09-01 15:54:20 +10:00
|
|
|
"url": "https://github.com/rowyio/rowy.git"
|
2021-08-26 15:34:27 +10:00
|
|
|
},
|
2019-09-06 09:37:30 +10:00
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-08-23 23:21:31 +10:00
|
|
|
"@craco/craco": "^6.2.0",
|
2021-08-26 15:34:27 +10:00
|
|
|
"@date-io/date-fns": "1.x",
|
|
|
|
|
"@emotion/react": "^11.4.0",
|
2021-08-07 15:51:35 +10:00
|
|
|
"@emotion/styled": "^11.3.0",
|
2021-12-17 18:02:36 +11:00
|
|
|
"@hookform/resolvers": "^2.8.5",
|
2021-11-30 12:27:28 +11:00
|
|
|
"@mdi/js": "^6.5.95",
|
2021-10-20 17:15:49 +11:00
|
|
|
"@monaco-editor/react": "^4.3.1",
|
2022-02-09 18:49:41 +11:00
|
|
|
"@mui/icons-material": "^5.4.1",
|
|
|
|
|
"@mui/lab": "^5.0.0-alpha.68",
|
|
|
|
|
"@mui/material": "^5.4.1",
|
|
|
|
|
"@mui/styles": "^5.4.1",
|
2021-12-17 18:02:36 +11:00
|
|
|
"@rowy/form-builder": "^0.5.2",
|
2021-10-15 15:28:34 +11:00
|
|
|
"@rowy/multiselect": "^0.2.3",
|
2021-09-24 11:01:15 +10:00
|
|
|
"@tinymce/tinymce-react": "^3.12.6",
|
2021-08-26 15:34:27 +10:00
|
|
|
"algoliasearch": "^4.8.6",
|
|
|
|
|
"ansi-to-react": "^6.1.5",
|
|
|
|
|
"colord": "^2.7.0",
|
2021-11-26 15:30:25 +11:00
|
|
|
"compare-versions": "^4.1.1",
|
2021-08-23 23:21:31 +10:00
|
|
|
"craco-swc": "^0.1.3",
|
2021-08-26 15:34:27 +10:00
|
|
|
"csv-parse": "^4.15.3",
|
|
|
|
|
"date-fns": "^2.19.0",
|
|
|
|
|
"dompurify": "^2.2.6",
|
|
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
|
"firebase": "8.6.8",
|
|
|
|
|
"hotkeys-js": "^3.7.2",
|
2022-01-28 18:26:38 +11:00
|
|
|
"jotai": "^1.5.3",
|
2021-11-09 23:27:30 +11:00
|
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
2021-08-26 15:34:27 +10:00
|
|
|
"json2csv": "^5.0.6",
|
|
|
|
|
"jszip": "^3.6.0",
|
2021-09-18 17:49:18 +10:00
|
|
|
"jwt-decode": "^3.1.2",
|
2021-08-07 15:51:35 +10:00
|
|
|
"lodash": "^4.17.21",
|
2022-02-03 16:15:43 +11:00
|
|
|
"match-sorter": "^6.3.1",
|
2021-09-29 22:37:33 +10:00
|
|
|
"notistack": "^2.0.2",
|
2021-11-05 11:38:18 +11:00
|
|
|
"pb-util": "^1.0.1",
|
2021-08-26 15:34:27 +10:00
|
|
|
"query-string": "^6.8.3",
|
2021-07-01 20:48:41 +10:00
|
|
|
"react": "^17.0.2",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-beautiful-dnd": "^13.0.0",
|
2021-09-15 18:25:33 +10:00
|
|
|
"react-color-palette": "^6.1.0",
|
2021-09-08 16:01:55 +10:00
|
|
|
"react-data-grid": "^7.0.0-beta.5",
|
2021-09-06 23:05:11 +10:00
|
|
|
"react-div-100vh": "^0.6.0",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-dnd": "^11.1.3",
|
|
|
|
|
"react-dnd-html5-backend": "^11.1.3",
|
2021-07-01 20:48:41 +10:00
|
|
|
"react-dom": "^17.0.2",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-dropzone": "^10.1.8",
|
2021-09-11 19:57:45 +10:00
|
|
|
"react-element-scroll-hook": "^1.1.0",
|
2021-08-07 15:51:35 +10:00
|
|
|
"react-firebaseui": "^5.0.2",
|
2021-09-08 15:00:50 +10:00
|
|
|
"react-helmet": "^6.1.0",
|
2021-12-17 18:02:36 +11:00
|
|
|
"react-hook-form": "^7.21.2",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-image": "^4.0.3",
|
|
|
|
|
"react-json-view": "^1.19.1",
|
2022-01-28 14:29:41 +11:00
|
|
|
"react-markdown": "^8.0.0",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-router-dom": "^5.0.1",
|
2021-09-06 20:04:08 +10:00
|
|
|
"react-router-hash-link": "^2.4.3",
|
2021-08-26 15:34:27 +10:00
|
|
|
"react-scripts": "^4.0.3",
|
|
|
|
|
"react-usestateref": "^1.0.5",
|
2022-01-28 14:29:41 +11:00
|
|
|
"remark-gfm": "^3.0.1",
|
2021-08-26 15:34:27 +10:00
|
|
|
"serve": "^11.3.2",
|
2021-09-29 17:20:30 +10:00
|
|
|
"swr": "^1.0.1",
|
2021-11-30 03:32:03 +00:00
|
|
|
"tinymce": "^5.10.0",
|
2021-09-09 18:37:04 +10:00
|
|
|
"typescript": "^4.4.2",
|
2021-08-26 15:34:27 +10:00
|
|
|
"use-algolia": "^1.4.1",
|
|
|
|
|
"use-debounce": "^3.3.0",
|
|
|
|
|
"use-persisted-state": "^0.3.3",
|
2021-11-12 23:27:34 +11:00
|
|
|
"yarn": "^1.22.10"
|
2019-09-06 09:37:30 +10:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-09-29 17:27:05 +10:00
|
|
|
"upstream": "git fetch upstream;git merge upstream/main;git commit -m'merge upstream';git push",
|
2021-08-26 15:34:27 +10:00
|
|
|
"serve": "serve -s build",
|
|
|
|
|
"start": "craco start",
|
2021-09-29 17:27:05 +10:00
|
|
|
"build": "craco build CI=false",
|
2021-08-26 15:34:27 +10:00
|
|
|
"test": "craco test --env=jsdom",
|
2021-08-23 23:21:31 +10:00
|
|
|
"eject": "craco eject",
|
2021-08-26 15:34:27 +10:00
|
|
|
"env": "node createDotEnv",
|
2021-09-01 15:54:20 +10:00
|
|
|
"target": "firebase target:apply hosting rowy",
|
2021-08-26 15:34:27 +10:00
|
|
|
"deploy": "firebase deploy"
|
2021-08-06 22:44:03 +10:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
2020-03-26 16:21:53 +08:00
|
|
|
},
|
2019-09-06 09:37:30 +10:00
|
|
|
"eslintConfig": {
|
2021-08-26 15:34:27 +10:00
|
|
|
"extends": "react-app"
|
2019-09-06 09:37:30 +10:00
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
2021-08-06 22:44:03 +10:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-08-26 15:34:27 +10:00
|
|
|
"@types/dompurify": "^2.2.1",
|
|
|
|
|
"@types/file-saver": "^2.0.1",
|
|
|
|
|
"@types/lodash": "^4.14.168",
|
|
|
|
|
"@types/node": "^14.14.6",
|
|
|
|
|
"@types/react": "^17.0.11",
|
|
|
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
|
|
|
"@types/react-color": "^3.0.1",
|
|
|
|
|
"@types/react-div-100vh": "^0.3.0",
|
|
|
|
|
"@types/react-dom": "^17.0.8",
|
2021-09-08 15:00:50 +10:00
|
|
|
"@types/react-helmet": "^6.1.2",
|
2021-08-26 15:34:27 +10:00
|
|
|
"@types/react-router-dom": "^5.1.7",
|
2021-09-06 20:04:08 +10:00
|
|
|
"@types/react-router-hash-link": "^2.4.1",
|
2021-08-26 15:34:27 +10:00
|
|
|
"@types/use-persisted-state": "^0.3.0",
|
2021-09-02 12:16:40 +10:00
|
|
|
"craco-alias": "^3.0.1",
|
2022-01-17 12:43:52 +08:00
|
|
|
"firebase-tools": "^10.1.0",
|
2021-08-26 15:34:27 +10:00
|
|
|
"husky": "^4.2.5",
|
|
|
|
|
"monaco-editor": "^0.21.2",
|
|
|
|
|
"playwright": "^1.5.2",
|
|
|
|
|
"prettier": "^2.2.1",
|
2021-09-24 11:01:15 +10:00
|
|
|
"pretty-quick": "^3.0.0",
|
|
|
|
|
"raw-loader": "^4.0.2"
|
2021-08-06 22:44:03 +10:00
|
|
|
},
|
2021-12-17 18:02:36 +11:00
|
|
|
"resolutions": {
|
|
|
|
|
"react-hook-form": "^7.21.2"
|
|
|
|
|
},
|
2021-08-26 15:34:27 +10:00
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
|
}
|
2019-09-06 09:37:30 +10:00
|
|
|
}
|
|
|
|
|
}
|