Files
rowy/package.json

197 lines
5.7 KiB
JSON
Raw Normal View History

2019-09-06 09:37:30 +10:00
{
2022-02-10 16:58:46 +11:00
"name": "rowy",
2022-11-03 15:07:43 +11:00
"version": "3.0.0",
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": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdi/js": "^6.6.96",
"@monaco-editor/react": "^4.4.4",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.10.16",
2022-05-24 16:17:09 +10:00
"@mui/x-date-pickers": "^5.0.0-alpha.4",
"@rowy/form-builder": "^0.8.0",
2022-11-03 15:07:43 +11:00
"@rowy/multiselect": "^0.4.1",
2022-10-14 16:15:41 +11:00
"@tanstack/react-table": "^8.5.15",
2022-05-24 16:17:09 +10:00
"@tinymce/tinymce-react": "^3",
2022-06-06 15:59:27 +10:00
"@uiw/react-md-editor": "^3.14.1",
2022-05-24 20:34:28 +10:00
"algoliasearch": "^4.13.1",
2022-06-01 21:52:04 +10:00
"ansi-to-react": "^6.1.6",
2022-05-19 16:37:56 +10:00
"buffer": "^6.0.3",
"compare-versions": "^4.1.3",
2022-06-07 10:17:25 +10:00
"csv-parse": "^5.1.0",
"date-fns": "^2.28.0",
"dompurify": "^2.3.6",
2022-05-31 16:12:16 +10:00
"file-saver": "^2.0.5",
"firebase": "^9.12.1",
"firebaseui": "^6.0.1",
2022-11-03 15:07:43 +11:00
"jotai": "^1.8.4",
"json-stable-stringify-without-jsonify": "^1.0.1",
2022-05-31 16:12:16 +10:00
"json2csv": "^5.0.7",
"jszip": "^3.10.0",
"lodash-es": "^4.17.21",
2022-02-03 16:15:43 +11:00
"match-sorter": "^6.3.1",
2022-11-03 15:07:43 +11:00
"material-ui-popup-state": "^4.0.1",
2022-06-02 14:13:18 +10:00
"mdi-material-ui": "^7.3.0",
2022-05-24 13:56:06 +07:00
"monaco-editor-auto-typings": "^0.4.0",
"notistack": "^2.0.4",
2022-05-24 13:56:06 +07:00
"path-browserify": "^1.0.1",
2022-06-01 21:52:04 +10:00
"pb-util": "^1.0.3",
"quicktype-core": "^6.0.71",
"react": "^18.2.0",
2022-06-07 12:00:58 +10:00
"react-beautiful-dnd": "^13.1.0",
"react-color-palette": "^6.2.0",
2022-11-03 15:07:43 +11:00
"react-detect-offline": "^2.4.5",
"react-div-100vh": "^0.7.0",
2022-05-19 16:37:56 +10:00
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
2022-05-19 16:37:56 +10:00
"react-dropzone": "^10",
"react-element-scroll-hook": "^1.1.0",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.30.0",
2022-05-24 16:17:09 +10:00
"react-image": "^4",
2022-05-24 20:34:28 +10:00
"react-json-view": "^1.21.3",
"react-markdown": "^8.0.3",
2022-11-29 17:26:02 +11:00
"react-router-dom": "6.3.0",
2021-09-06 20:04:08 +10:00
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
2022-06-01 21:52:04 +10:00
"react-usestateref": "^1.0.8",
2022-10-18 17:53:47 +11:00
"react-virtual": "^2.10.4",
2022-01-28 14:29:41 +11:00
"remark-gfm": "^3.0.1",
2022-11-03 15:07:43 +11:00
"seedrandom": "^3.0.5",
2022-05-19 16:37:56 +10:00
"stream-browserify": "^3.0.0",
"swr": "^1.3.0",
2022-05-24 16:17:09 +10:00
"tinymce": "^5",
"tss-react": "^4.4.4",
"typescript": "^4.9.3",
2022-05-24 16:17:09 +10:00
"use-algolia": "^1.5.3",
2022-05-24 20:34:28 +10:00
"use-async-memo": "^1.2.4",
2022-05-04 21:00:58 +10:00
"use-debounce": "^8.0.0",
2022-05-26 21:16:02 +10:00
"use-memo-value": "^1.0.1",
"web-vitals": "^2.1.4",
"workbox-webpack-plugin": "^6.5.4"
2019-09-06 09:37:30 +10:00
},
"scripts": {
"start": "cross-env PORT=7699 craco start",
"startWithEmulators": "cross-env PORT=7699 REACT_APP_FIREBASE_EMULATORS=true craco start",
"emulators": "firebase emulators:start --only firestore,auth --import ./emulators/ --export-on-exit",
"test": "craco test --env ./src/test/custom-jest-env.js --verbose --detectOpenHandles",
"build": "craco build",
"analyze": "source-map-explorer ./build/static/js/*.js",
"prepare": "husky install",
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",
2022-06-08 11:53:08 +10:00
"deploy": "firebase deploy --only hosting",
2022-11-24 17:11:14 +11:00
"typedoc": "typedoc --options typedoc.json"
2021-08-06 22:44:03 +10:00
},
"engines": {
"node": ">=16"
2020-03-26 16:21:53 +08:00
},
2019-09-06 09:37:30 +10:00
"eslintConfig": {
"plugins": [
"eslint-plugin-no-relative-import-paths",
"eslint-plugin-tsdoc",
"eslint-plugin-local-rules"
],
"extends": [
"react-app",
"react-app/jest",
"prettier"
],
"rules": {
"no-relative-import-paths/no-relative-import-paths": [
"error",
{
"allowSameFolder": true
}
],
"no-restricted-imports": [
"error",
{
"patterns": [
{
"group": [
"lodash",
"lodash/*"
],
"message": "Use lodash-es instead"
}
]
}
],
"tsdoc/syntax": "warn",
"local-rules/no-jotai-use-atom-without-scope": "error"
}
2019-09-06 09:37:30 +10:00
},
"browserslist": {
"production": [
"> 0.5%",
2019-09-06 09:37:30 +10:00
"not dead",
"not op_mini all",
"not ie > 0",
"not and_uc > 0",
"not ios_saf < 14"
2019-09-06 09:37:30 +10:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-08-06 22:44:03 +10:00
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/dompurify": "^2.3.3",
2022-05-31 16:12:16 +10:00
"@types/file-saver": "^2.0.5",
"@types/jest": "^27.4.1",
2022-05-31 16:12:16 +10:00
"@types/json2csv": "^5.0.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/react": "^18.0.25",
2022-06-07 12:00:58 +10:00
"@types/react-beautiful-dnd": "^13.1.2",
2022-11-03 15:07:43 +11:00
"@types/react-detect-offline": "^2.4.1",
"@types/react-div-100vh": "^0.4.0",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.5",
2022-11-03 15:07:43 +11:00
"@types/seedrandom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
2021-09-02 12:16:40 +10:00
"craco-alias": "^3.0.1",
"craco-swc": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-local-rules": "^1.1.0",
"eslint-plugin-no-relative-import-paths": "^1.2.0",
"eslint-plugin-tsdoc": "^0.2.16",
"husky": ">=7.0.4",
"lint-staged": ">=12.3.7",
"monaco-editor": "^0.33.0",
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
2022-05-10 12:15:20 +10:00
"source-map-explorer": "^2.5.2",
2022-06-08 11:53:08 +10:00
"ts-jest": "^28.0.2",
2022-11-24 17:11:14 +11:00
"typedoc": "^0.23.21"
2021-08-06 22:44:03 +10:00
},
"resolutions": {
"@types/react": "^18"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "yarn@1.22.19"
2019-09-06 09:37:30 +10:00
}