Files
firecms/package.json
2020-08-10 21:52:49 +02:00

118 lines
3.9 KiB
JSON

{
"name": "@camberi/firecms",
"version": "0.11.6",
"description": "Awesome Firestore based CMS",
"author": "camberi",
"license": "GPL-3.0",
"repository": "git@github.com:Camberi/firecms.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"engines": {
"node": ">=10"
},
"keywords": [
"firebase",
"cms",
"firestore",
"headless",
"headless cms",
"content manager"
],
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepublish": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@material-ui/lab": "latest",
"@types/deep-equal": "^1.0.1",
"@types/react-virtualized": "^9.21.10",
"date-fns": "^2.10.0",
"deep-equal": "^2.0.3",
"formik": "^2.1.4",
"material-ui-chip-input": "^1.1.0",
"material-ui-popup-state": "^1.6.0",
"object-hash": "^2.0.3",
"react-dropzone": "^11.0.1",
"react-router-dom": "^5.2.0",
"react-select": ">=3",
"typeface-roboto": "^0.0.75",
"yup": "^0.29.1"
},
"peerDependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"algoliasearch": "^4.3.0",
"firebase": "^7.15.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
},
"devDependencies": {
"@date-io/core": "^1.3.11",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "latest",
"@material-ui/pickers": "^3.2.10",
"@react-google-maps/api": "^1.9.7",
"@types/googlemaps": "^3.39.8",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/object-hash": "^1.3.3",
"@types/rc-tree": "^1.11.3",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.0.0",
"algoliasearch": "^4.3.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"date-fns": "^2.10.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"firebase": "^7.15.4",
"firebase-admin": "^8.12.1",
"formik": "^2.1.4",
"gh-pages": "^3.1.0",
"material-ui-chip-input": "^1.1.0",
"material-ui-popup-state": "^1.6.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"object-hash": "^2.0.3",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-select": ">=3",
"typescript": "^4.0.0-beta",
"yup": "^0.29.1"
},
"files": [
"dist"
]
}