package.json
{
"name": "next-right-now-admin",
"version": "1.0.0-beta.1",
"private": true,
"scripts": {
"start": "now dev --listen 8888",
"build": "yarn test:once && next build",
"next": "next start",
"svg": "npx svgr -d src/svg src/svg --ext tsx --template ./src/utils/svgTemplate.ts",
"deploy:all": "yarn deploy && yarn deploy:production",
"deploy": "now --confirm --local-config=now.staging.json",
"deploy:production": "now --confirm --local-config=now.production.json --prod",
"e2e": "yarn e2e:run",
"e2e:production": "CYPRESS_STAGE=production yarn e2e:run",
"e2e:production:open": "CYPRESS_STAGE=production yarn e2e:open",
"e2e:install": "cypress install",
"e2e:open": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress open --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:run": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress run --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:ci": "yarn e2e:install && cypress run --record",
"preversion": "yarn doc:toc && yarn lint:once && yarn test:once",
"release": "yarn bump --commit --tag && git add CHANGELOG.md README.md && git commit --amend --no-edit && git push && git push --tags",
"doc:toc": "yarn doc:toc:readme && yarn doc:toc:dependencies && yarn doc:toc:howToRemove",
"doc:toc:readme": "yarn markdown-toc --maxdepth 4 -i README.md",
"doc:toc:dependencies": "yarn markdown-toc --maxdepth 4 -i README_DEPENDENCIES.md",
"doc:toc:howToRemove": "yarn markdown-toc --maxdepth 4 -i README_HOW_TO_REMOVE.md",
"lint": "esw src/ -w --ext .ts --ext .tsx",
"lint:once": "eslint src/ --ext .ts --ext .tsx",
"lint:fix": "eslint src/ --ext .ts --ext .tsx --fix",
"lint:fix:preview": "eslint src/ --ext .ts --ext .tsx --fix-dry-run",
"test": "NODE_ENV=test jest --watchAll",
"test:once": "NODE_ENV=test jest",
"test:coverage": "NODE_ENV=test jest --coverage",
"security:audit": "yarn audit",
"packages:upgrade": "yarn upgrade-interactive --latest"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
]
},
"dependencies": {
"@amplitude/react-amplitude": "1.0.0",
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@sentry/browser": "5.12.1",
"@sentry/node": "5.12.3",
"@types/react-color": "3.0.1",
"@unly/ra-data-graphql-prisma": "1.0.0",
"@unly/universal-language-detector": "2.0.3",
"@unly/utils": "1.0.3",
"@unly/utils-simple-logger": "1.4.0",
"amplitude-js": "5.9.0",
"animate.css": "3.7.2",
"apollo-boost": "0.4.7",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-context": "1.0.19",
"apollo-link-http": "1.5.16",
"classnames": "2.2.6",
"cookies": "0.8.0",
"css-to-react-native": "3.0.0",
"deep-diff": "1.0.2",
"deepmerge": "4.2.2",
"filestack-react": "3.1.0",
"graphql": "14.6.0",
"graphql-tag": "2.10.2",
"js-cookie": "2.2.1",
"json-stringify-safe": "5.0.1",
"lodash.clonedeep": "4.5.0",
"lodash.endswith": "4.2.1",
"lodash.find": "4.6.0",
"lodash.get": "4.4.2",
"lodash.includes": "4.3.0",
"lodash.isarray": "4.0.0",
"lodash.isempty": "4.4.0",
"lodash.isplainobject": "4.0.6",
"lodash.map": "4.6.0",
"lodash.remove": "4.7.0",
"lodash.xorby": "4.7.0",
"next": "9.2.1",
"next-cookies": "1.1.3",
"next-with-apollo": "4.3.0",
"prop-types": "15.7.2",
"ra-input-rich-text": "3.3.0",
"react": "16.12.0",
"react-admin": "3.3.0",
"react-color": "2.18.0",
"react-dom": "16.12.0",
"react-style-proptype": "3.2.2",
"webfontloader": "1.6.28",
"winston": "3.2.1"
},
"devDependencies": {
"@now/node": "1.4.0",
"@svgr/cli": "5.1.0",
"@types/amplitude-js": "4.4.5",
"@types/cookies": "0.7.4",
"@types/deep-diff": "1.0.0",
"@types/jest": "25.1.1",
"@types/js-cookie": "2.2.4",
"@types/lodash.clonedeep": "4.5.6",
"@types/lodash.endswith": "4.2.6",
"@types/lodash.find": "4.6.6",
"@types/lodash.get": "4.4.6",
"@types/lodash.includes": "4.3.6",
"@types/lodash.isarray": "4.0.6",
"@types/lodash.isempty": "4.4.6",
"@types/lodash.isplainobject": "4.0.6",
"@types/lodash.map": "4.6.13",
"@types/lodash.remove": "4.7.6",
"@types/lodash.xorby": "4.7.6",
"@types/react": "16.9.19",
"@types/webfontloader": "1.6.29",
"@types/webpack-env": "1.15.1",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"@zeit/next-css": "1.0.1",
"@zeit/next-source-maps": "0.0.4-canary.1",
"concurrently": "5.1.0",
"cross-env": "7.0.0",
"cypress": "3.8.3",
"eslint": "6.8.0",
"eslint-plugin-jest": "23.6.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-watch": "6.0.1",
"jest": "25.1.0",
"jest-extended": "0.11.5",
"markdown-toc": "1.2.0",
"node-mocks-http": "1.8.1",
"now": "17.0.4",
"react-test-renderer": "16.12.0",
"ts-jest": "25.2.0",
"typescript": "3.7.5",
"version-bump-prompt": "6.0.0"
}
}