95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"name": "airgameboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@color2k/compat": "^1.0.0-rc.5",
|
|
"@scripters/use-socket.io": "git+https://github.com/jrmi/use-socket.io.git#updated",
|
|
"@welldone-software/why-did-you-render": "^4.2.5",
|
|
"body-parser": "^1.19.0",
|
|
"chota": "^0.8.0",
|
|
"client2client.io": "^1.3.4",
|
|
"color2k": "^1.0.0-rc.5",
|
|
"dayjs": "^1.10.4",
|
|
"diacritic": "0.0.2",
|
|
"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",
|
|
"marked": "^2.0.0",
|
|
"memoizee": "^0.4.14",
|
|
"nanoid": "^3.1.9",
|
|
"platform": "^1.3.6",
|
|
"randomcolor": "^0.5.4",
|
|
"rc-slider": "^9.3.1",
|
|
"react": "^17.0.1",
|
|
"react-color": "^2.18.1",
|
|
"react-confirm-alert": "^2.6.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-draggable": "^4.4.2",
|
|
"react-dropzone": "^11.0.1",
|
|
"react-final-form": "^6.5.0",
|
|
"react-i18next": "^11.7.0",
|
|
"react-query": "^3.13.4",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-toastify": "^6.1.0",
|
|
"react-use-localstorage": "^3.4.1",
|
|
"react-useportal": "^1.0.14",
|
|
"react-zoom-pan-pinch": "^1.6.1",
|
|
"recoil": "^0.2.0",
|
|
"socket.io-client": "^3.1.1",
|
|
"styled-components": "^5.1.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "npm run dev -- --open",
|
|
"build": "vite build",
|
|
"serve": "vite preview --open",
|
|
"lint": "eslint src/",
|
|
"prettier": "prettier --write src/",
|
|
"server": "echo 'This command is deprecated. Please, see Readme for more information.'",
|
|
"i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
|
|
"cypress:open": "LANGUAGE=en cypress open",
|
|
"cypress:run": "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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.11.4",
|
|
"@babel/node": "^7.10.5",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
"cypress": "^4.9.0",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
|
"http-proxy-middleware": "^1.0.6",
|
|
"i18next-scanner": "^2.11.0",
|
|
"netlify-cli": "^3.7.1",
|
|
"prettier": "2.0.5",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"vite": "^2.0.5",
|
|
"wait-on": "^5.2.1"
|
|
}
|
|
}
|