airboardgame/package.json
Jeremie Pardou-Piquemal 1eba637dd0 Add e2e tests to ci
2020-07-12 22:06:14 +02:00

85 lines
2.5 KiB
JSON

{
"name": "airgameboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@scripters/use-socket.io": "^1.6.0",
"@welldone-software/why-did-you-render": "^4.2.5",
"client2client.io": "^1.2.1",
"cors": "^2.8.5",
"final-form": "^4.20.0",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^4.3.1",
"lodash.debounce": "^4.0.8",
"lodash.findlast": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.throttle": "^4.1.1",
"memoizee": "^0.4.14",
"nanoid": "^3.1.9",
"platform": "^1.3.6",
"randomcolor": "^0.5.4",
"rc-slider": "^9.3.1",
"react": "^16.13.1",
"react-burger-menu": "^2.6.17",
"react-color": "^2.18.1",
"react-confirm-alert": "^2.6.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-dropzone": "^11.0.1",
"react-final-form": "^6.5.0",
"react-i18next": "^11.7.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.0",
"react-use-localstorage": "^3.4.1",
"react-zoom-pan-pinch": "^1.6.1",
"recoil": "0.0.7",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"styled-components": "^5.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint src/",
"prettier": "prettier --write src/",
"eject": "react-scripts eject",
"server": "nodemon src/server.js",
"i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
"cypress:open": "LANGUAGE=en cypress open",
"cypress:run": "LANGUAGE=en cypress run",
"e2e": "npm start && wait-on http://localhost:3000 && LANGUAGE=en cypress run"
},
"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": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"babel-eslint": "^10.1.0",
"cypress": "^4.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"i18next-scanner": "^2.11.0",
"netlify-cli": "^2.54.0",
"nodemon": "^2.0.4",
"prettier": "2.0.5",
"wait-on": "^5.1.0"
}
}