You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"name": "ridebus-lite",
|
|
"author": "Xtimms",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://pwa.ridebus.by",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --ext .ts,.tsx .",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx ."
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@maptiler/sdk": "^1.0.9",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@types/three": "^0.150.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
"@typescript-eslint/parser": "^5.48.2",
|
|
"@vitejs/plugin-react": "^3.0.1",
|
|
"eslint": "^8.32.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-better-styled-components": "latest",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-optimize-regex": "^1.2.1",
|
|
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.32.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^9.0.0",
|
|
"eslint-plugin-sonarjs": "^0.18.0",
|
|
"eslint-plugin-styled-components-varname": "^1.0.1",
|
|
"gh-pages": "^4.0.0",
|
|
"i18next": "^22.4.9",
|
|
"leaflet": "^1.9.3",
|
|
"prettier": "^2.8.3",
|
|
"query-string": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ga": "^3.3.1",
|
|
"react-i18next": "^12.1.4",
|
|
"react-inlinesvg": "^3.0.1",
|
|
"react-qr-code": "^2.0.11",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.7.0",
|
|
"react-select": "^5.7.0",
|
|
"react-spring-bottom-sheet": "^3.4.1",
|
|
"react-yandex-metrika": "^2.6.0",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"styled-components": "^6.0.4",
|
|
"three": "^0.151.3",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.4",
|
|
"vite-plugin-checker": "^0.5.4",
|
|
"vite-plugin-mkcert": "^1.11.0",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vite-tsconfig-paths": "^4.0.5"
|
|
}
|
|
} |