airboardgame/package.json

93 lines
2.8 KiB
JSON
Raw Normal View History

{
"name": "airgameboard",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-07-14 22:10:39 +02:00
"@color2k/compat": "^1.0.0-rc.5",
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-08-20 19:56:42 +02:00
"body-parser": "^1.19.0",
2020-10-16 14:52:48 +02:00
"chota": "^0.8.0",
2020-07-31 21:25:57 +02:00
"client2client.io": "^1.3.0",
2020-07-14 22:10:39 +02:00
"color2k": "^1.0.0-rc.5",
"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",
"lodash.findlast": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.throttle": "^4.1.1",
"marked": "^1.1.1",
2020-06-07 13:49:04 +02:00
"memoizee": "^0.4.14",
"nanoid": "^3.1.9",
"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-12-06 20:00:46 +01:00
"react": "^17.0.1",
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-10-30 22:04:39 +01:00
"react-cookie-consent": "^5.2.0",
2020-12-06 20:00:46 +01:00
"react-dom": "^17.0.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",
"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",
"react-scripts": "^4.0.0",
2020-11-07 14:55:46 +01:00
"react-toastify": "^6.1.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",
2020-10-30 22:20:45 +01:00
"recoil": "^0.1.1",
2020-06-07 13:49:04 +02:00
"socket.io": "^2.3.0",
2020-06-19 14:49:07 +02:00
"socket.io-client": "^2.3.0",
"styled-components": "^5.1.1"
},
"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-09-25 16:30:29 +02:00
"server": "echo 'The server is now packaged in separate app. See https://github.com/jrmi/airboardgame-back'",
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"
},
"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": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0",
2020-06-07 13:49:04 +02:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
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-11-09 22:07:32 +01:00
"netlify-cli": "^2.68.0",
2020-07-12 18:10:52 +02:00
"prettier": "2.0.5",
"wait-on": "^5.1.0"
}
}