legacy/pairent_frontend_react/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2023-05-01 12:39:34 +02:00
{
"name": "pairent_frontend_react",
"version": "0.1.0",
"private": true,
2023-05-07 01:51:40 +02:00
"type": "module",
2023-05-01 12:39:34 +02:00
"dependencies": {
"axios": "^1.4.0",
2023-05-08 12:13:57 +02:00
"bootstrap-icons": "^1.10.5",
2023-05-08 07:18:44 +02:00
"font-awesome": "^4.7.0",
2023-05-08 12:13:57 +02:00
"formik": "^2.2.9",
2023-05-01 12:39:34 +02:00
"react": "^18.2.0",
2023-05-12 01:10:30 +02:00
"react-awesome-slider": "^4.1.0",
2023-05-01 12:39:34 +02:00
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.0",
2023-05-09 04:16:18 +02:00
"react-spinners": "^0.13.8",
2023-05-12 01:10:30 +02:00
"styled-components": "^6.0.0-rc.1"
2023-05-07 01:51:40 +02:00
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
2023-05-12 01:10:30 +02:00
"sass": "^1.62.1",
2023-05-07 01:51:40 +02:00
"vite": "^4.3.5"
2023-05-01 12:39:34 +02:00
},
"scripts": {
2023-05-07 01:51:40 +02:00
"start": "vite",
"build": "vite build",
"test": "echo \"TODO: TESTS\" && exit -1"
2023-05-01 12:39:34 +02:00
},
"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"
]
}
}