97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"name": "tcc-vamos-frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@capacitor/app": "1.1.1",
|
|
"@capacitor/core": "3.4.3",
|
|
"@capacitor/haptics": "1.1.4",
|
|
"@capacitor/keyboard": "1.2.2",
|
|
"@capacitor/status-bar": "1.0.8",
|
|
"@craco/craco": "^6.4.5",
|
|
"@googlemaps/js-api-loader": "^1.14.3",
|
|
"@hookform/error-message": "^2.0.0",
|
|
"@ionic-selectable/core": "^5.0.0-alpha.13",
|
|
"@ionic/react": "^6.2.5",
|
|
"@ionic/react-router": "^6.2.5",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/user-event": "^12.6.3",
|
|
"@types/google.maps": "^3.50.0",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^12.19.15",
|
|
"@types/react": "^18.0.18",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router": "^5.1.11",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"axios": "^0.26.1",
|
|
"caniuse-lite": "1.0.30001393",
|
|
"cross-env": "^7.0.3",
|
|
"ionicons": "^5.4.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"pigeon-maps": "^0.21.0",
|
|
"pullstate": "^1.24.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.30.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"reselect": "^4.1.5",
|
|
"typescript": "^4.1.3",
|
|
"web-vitals": "^0.2.4",
|
|
"workbox-background-sync": "^5.1.4",
|
|
"workbox-broadcast-update": "^5.1.4",
|
|
"workbox-cacheable-response": "^5.1.4",
|
|
"workbox-core": "^5.1.4",
|
|
"workbox-expiration": "^5.1.4",
|
|
"workbox-google-analytics": "^5.1.4",
|
|
"workbox-navigation-preload": "^5.1.4",
|
|
"workbox-precaching": "^5.1.4",
|
|
"workbox-range-requests": "^5.1.4",
|
|
"workbox-routing": "^5.1.4",
|
|
"workbox-strategies": "^5.1.4",
|
|
"workbox-streams": "^5.1.4",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env TAILWIND_MODE=watch craco start",
|
|
"build": "craco build",
|
|
"ionic:serve": "cross-env TAILWIND_MODE=watch craco start",
|
|
"ionic:build": "craco build",
|
|
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "3.4.3",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/lodash.isequal": "^4.5.6",
|
|
"autoprefixer": "^9.8.8",
|
|
"postcss": "^7.0.39",
|
|
"react-error-overlay": "6.0.9",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
|
|
},
|
|
"description": "Projeto de conclusão de curso a fim de resolver a dificuldade de alunos universitários ao buscar vans para suas universidades",
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9"
|
|
}
|
|
}
|