mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Bumps [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js) from 2.0.0 to 2.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js) Signed-off-by: dependabot[bot] <support@github.com>
114 lines
3.0 KiB
JSON
114 lines
3.0 KiB
JSON
{
|
|
"name": "Firetable",
|
|
"version": "1.3.1",
|
|
"homepage": "https://firetable.io/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AntlerVC/firetable.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@antlerengineering/form-builder": "^0.11.10",
|
|
"@antlerengineering/multiselect": "^0.9.2",
|
|
"@date-io/date-fns": "1.x",
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
"@material-ui/pickers": "^3.2.10",
|
|
"@mdi/js": "^5.8.55",
|
|
"@monaco-editor/react": "^3.5.5",
|
|
"@tinymce/tinymce-react": "^3.4.0",
|
|
"algoliasearch": "^4.8.6",
|
|
"chroma-js": "^2.1.0",
|
|
"csv-parse": "^4.4.6",
|
|
"date-fns": "^2.19.0",
|
|
"dompurify": "^2.0.8",
|
|
"file-saver": "^2.0.5",
|
|
"firebase": "^7.23.0",
|
|
"hotkeys-js": "^3.7.2",
|
|
"json-format": "^1.0.1",
|
|
"json2csv": "^5.0.1",
|
|
"jszip": "^3.6.0",
|
|
"lodash": "^4.17.20",
|
|
"query-string": "^6.8.3",
|
|
"react": "^16.9.0",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-color": "^2.17.3",
|
|
"react-data-grid": "^7.0.0-canary.27",
|
|
"react-div-100vh": "^0.3.8",
|
|
"react-dnd": "^11.1.3",
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
"react-dom": "^16.9.0",
|
|
"react-dropzone": "^10.1.8",
|
|
"react-hook-form": "^6.15.4",
|
|
"react-image": "^4.0.3",
|
|
"react-joyride": "^2.3.0",
|
|
"react-json-view": "^1.19.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "^3.4.3",
|
|
"react-scroll-sync": "^0.8.0",
|
|
"serve": "^11.3.2",
|
|
"tinymce": "^5.2.0",
|
|
"typescript": "^3.7.2",
|
|
"use-algolia": "^1.4.1",
|
|
"use-debounce": "^3.3.0",
|
|
"use-persisted-state": "^0.3.0",
|
|
"yarn": "^1.22.10",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"scripts": {
|
|
"serve": "serve -s build",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"env": "node createDotEnv",
|
|
"target": "firebase target:apply hosting firetable",
|
|
"deploy": "firebase deploy"
|
|
},
|
|
"engines": {
|
|
"node": ">=10 <13"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/dompurify": "^2.0.1",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/lodash": "^4.14.138",
|
|
"@types/node": "^14.14.6",
|
|
"@types/ramda": "^0.27.38",
|
|
"@types/react": "^16.9.2",
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-div-100vh": "^0.3.0",
|
|
"@types/react-dom": "16.9.0",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/use-persisted-state": "^0.3.0",
|
|
"firebase-tools": "^8.12.1",
|
|
"husky": "^4.2.5",
|
|
"monaco-editor": "^0.21.2",
|
|
"playwright": "^1.5.2",
|
|
"prettier": "^2.1.1",
|
|
"pretty-quick": "^3.0.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|