airboardgame/package.json

96 lines
2.9 KiB
JSON
Raw Normal View History

{
"name": "airgameboard",
2021-09-05 14:05:22 +02:00
"version": "1.0.0",
"private": true,
"dependencies": {
2020-07-14 22:10:39 +02:00
"@color2k/compat": "^1.0.0-rc.5",
2022-04-11 22:48:41 +02:00
"@scripters/use-socket.io": "github:jrmi/use-socket.io#updated-v2",
2022-03-14 22:54:03 +01:00
"@sentry/react": "^6.18.2",
"@sentry/tracing": "^6.18.2",
2020-10-16 14:52:48 +02:00
"chota": "^0.8.0",
2020-07-14 22:10:39 +02:00
"color2k": "^1.0.0-rc.5",
2021-03-19 12:54:20 +01:00
"dayjs": "^1.10.4",
"diacritic": "0.0.2",
2021-05-30 14:43:09 +02:00
"events": "^3.3.0",
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.2",
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",
"marked": "^4.0.12",
2020-06-07 13:49:04 +02:00
"memoizee": "^0.4.14",
"nanoid": "^3.3.0",
2022-04-11 22:48:41 +02:00
"openvidu-browser": "~2.17.0",
2020-06-07 13:49:04 +02:00
"randomcolor": "^0.5.4",
"rc-slider": "^9.7.2",
2022-04-11 22:48:41 +02:00
"react": "^17.0.2",
2021-05-30 15:14:39 +02:00
"react-color": "^2.19.3",
2020-06-21 18:12:40 +02:00
"react-confirm-alert": "^2.6.1",
2020-12-06 20:00:46 +01:00
"react-dom": "^17.0.1",
2020-06-16 20:50:55 +02:00
"react-dropzone": "^11.0.1",
2022-04-11 22:48:41 +02:00
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
2020-06-19 13:23:32 +02:00
"react-i18next": "^11.7.0",
2021-04-07 22:33:18 +02:00
"react-query": "^3.13.4",
2020-06-08 20:32:24 +02:00
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
2022-08-10 19:00:49 +02:00
"react-sync-board": "^0.7.2",
2020-11-07 14:55:46 +01:00
"react-toastify": "^6.1.0",
2021-03-19 12:54:20 +01:00
"react-useportal": "^1.0.14",
2022-08-07 22:32:54 +02:00
"recoil": "^0.7.4",
2021-05-22 22:46:53 +02:00
"socket.io-client": "^4.1.2",
2022-04-11 22:48:41 +02:00
"styled-components": "^5.3.5",
"use-async-effect": "^2.2.3"
},
"scripts": {
2021-03-09 21:44:09 +01:00
"dev": "vite",
"start": "npm run dev -- --open",
"build": "vite build",
2022-04-11 22:48:41 +02:00
"serve": "vite preview --open --port=5000",
2020-06-18 21:08:49 +02:00
"lint": "eslint src/",
"prettier": "prettier --write src/",
2022-01-18 22:47:27 +01:00
"check": "node ./checkConfig.mjs",
2021-01-30 21:49:05 +01:00
"server": "echo 'This command is deprecated. Please, see Readme for more information.'",
2020-07-04 14:38:15 +02:00
"i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
"cypress:open": "cross-env VITE_CI=1 LANGUAGE=en cypress open",
"cypress:run": "cross-env VITE_CI=1 LANGUAGE=en cypress run"
},
"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": {
2021-05-30 15:03:33 +02:00
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
2021-05-30 15:12:21 +02:00
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
2021-05-30 15:02:00 +02:00
"@vitejs/plugin-react-refresh": "^1.3.3",
2021-05-30 15:17:59 +02:00
"@welldone-software/why-did-you-render": "^6.1.4",
"cross-env": "^7.0.3",
2021-04-18 15:00:33 +02:00
"cypress": "^7.1.0",
2021-05-22 22:46:53 +02:00
"dotenv": "^10.0.0",
2021-05-30 15:10:23 +02:00
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
2021-05-30 15:09:14 +02:00
"http-proxy-middleware": "^2.0.0",
2021-05-30 15:05:37 +02:00
"i18next-scanner": "^3.0.0",
2020-07-12 18:10:52 +02:00
"prettier": "2.0.5",
2021-03-09 21:44:09 +01:00
"rollup-plugin-analyzer": "^4.0.0",
"vite": "^2.2.4",
2021-05-30 15:07:57 +02:00
"wait-on": "^5.3.0"
}
}