2020-04-05 14:20:00 +02:00
|
|
|
{
|
|
|
|
"name": "airgameboard",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-06-07 13:49:04 +02:00
|
|
|
"@scripters/use-socket.io": "^1.6.0",
|
2020-06-23 20:21:12 +02:00
|
|
|
"@welldone-software/why-did-you-render": "^4.2.5",
|
2020-06-09 22:36:23 +02:00
|
|
|
"client2client.io": "^1.2.1",
|
2020-06-07 21:03:54 +02:00
|
|
|
"cors": "^2.8.5",
|
2020-06-20 15:09:54 +02:00
|
|
|
"final-form": "^4.20.0",
|
2020-06-19 13:23:32 +02:00
|
|
|
"i18next": "^19.4.5",
|
|
|
|
"i18next-browser-languagedetector": "^4.3.1",
|
2020-06-08 21:00:24 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2020-06-13 16:40:18 +02:00
|
|
|
"lodash.findlast": "^4.6.0",
|
2020-07-04 15:23:33 +02:00
|
|
|
"lodash.intersection": "^4.4.0",
|
2020-06-14 10:23:20 +02:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2020-06-07 13:49:04 +02:00
|
|
|
"memoizee": "^0.4.14",
|
|
|
|
"nanoid": "^3.1.9",
|
2020-07-06 19:30:20 +02:00
|
|
|
"platform": "^1.3.6",
|
2020-06-07 13:49:04 +02:00
|
|
|
"randomcolor": "^0.5.4",
|
2020-06-17 09:15:07 +02:00
|
|
|
"rc-slider": "^9.3.1",
|
2020-04-05 14:20:00 +02:00
|
|
|
"react": "^16.13.1",
|
2020-06-27 18:58:12 +02:00
|
|
|
"react-burger-menu": "^2.6.17",
|
2020-06-12 11:30:53 +02:00
|
|
|
"react-color": "^2.18.1",
|
2020-06-21 18:12:40 +02:00
|
|
|
"react-confirm-alert": "^2.6.1",
|
2020-04-05 14:20:00 +02:00
|
|
|
"react-dom": "^16.13.1",
|
2020-06-07 13:49:04 +02:00
|
|
|
"react-draggable": "^4.4.2",
|
2020-06-16 20:50:55 +02:00
|
|
|
"react-dropzone": "^11.0.1",
|
2020-06-20 15:09:54 +02:00
|
|
|
"react-final-form": "^6.5.0",
|
2020-06-19 13:23:32 +02:00
|
|
|
"react-i18next": "^11.7.0",
|
2020-06-08 20:32:24 +02:00
|
|
|
"react-router": "^5.2.0",
|
|
|
|
"react-router-dom": "^5.2.0",
|
2020-07-12 18:10:52 +02:00
|
|
|
"react-scripts": "^3.4.0",
|
2020-06-14 21:18:51 +02:00
|
|
|
"react-use-localstorage": "^3.4.1",
|
2020-06-07 13:49:04 +02:00
|
|
|
"react-zoom-pan-pinch": "^1.6.1",
|
|
|
|
"recoil": "0.0.7",
|
|
|
|
"socket.io": "^2.3.0",
|
2020-06-19 14:49:07 +02:00
|
|
|
"socket.io-client": "^2.3.0",
|
|
|
|
"styled-components": "^5.1.1"
|
2020-04-05 14:20:00 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
2020-06-18 21:08:49 +02:00
|
|
|
"lint": "eslint src/",
|
|
|
|
"prettier": "prettier --write src/",
|
2020-06-07 13:49:04 +02:00
|
|
|
"eject": "react-scripts eject",
|
2020-06-28 15:42:23 +02:00
|
|
|
"server": "nodemon src/server.js",
|
2020-07-04 14:38:15 +02:00
|
|
|
"i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
|
|
|
|
"cypress:open": "LANGUAGE=en cypress open",
|
2020-07-12 18:10:52 +02:00
|
|
|
"cypress:run": "LANGUAGE=en cypress run",
|
|
|
|
"e2e": "npm start && wait-on http://localhost:3000 && LANGUAGE=en cypress run"
|
2020-04-05 14:20:00 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-06-07 13:49:04 +02:00
|
|
|
},
|
|
|
|
"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",
|
2020-07-04 14:38:15 +02:00
|
|
|
"cypress": "^4.9.0",
|
2020-06-18 20:57:28 +02:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2020-06-07 13:49:04 +02:00
|
|
|
"eslint-plugin-react": "^7.20.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
2020-06-28 15:42:23 +02:00
|
|
|
"i18next-scanner": "^2.11.0",
|
2020-06-25 22:55:18 +02:00
|
|
|
"netlify-cli": "^2.54.0",
|
2020-06-18 20:51:47 +02:00
|
|
|
"nodemon": "^2.0.4",
|
2020-07-12 18:10:52 +02:00
|
|
|
"prettier": "2.0.5",
|
|
|
|
"wait-on": "^5.1.0"
|
2020-04-05 14:20:00 +02:00
|
|
|
}
|
|
|
|
}
|