assayo/package.json

73 lines
2 KiB
JSON
Raw Normal View History

2023-05-12 11:47:48 +00:00
{
2023-09-22 08:02:55 +00:00
"name": "Assayo",
2023-05-12 11:47:48 +00:00
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"http-proxy-middleware": "^2.0.6",
2024-02-28 20:17:21 +00:00
"i18next": "^23.9.0",
2023-05-12 11:47:48 +00:00
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-02-28 20:17:21 +00:00
"react-i18next": "^14.0.5",
2023-05-12 11:47:48 +00:00
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"sass": "^1.57.1",
"styled-components": "^5.3.6",
2024-02-28 20:17:21 +00:00
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
2023-05-12 11:47:48 +00:00
},
"scripts": {
2023-11-27 12:45:54 +00:00
"dev": "set PORT=3006 && react-app-rewired start",
2023-05-12 11:47:48 +00:00
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"js:check": "npx eslint \"src/**/*.{ts,tsx,js}\"",
"js:fix": "npx eslint \"src/**/*.{ts,tsx,js}\" --fix",
"css:check": "npx stylelint \"src/**/*.{css,scss,sass}\"",
"css:fix": "npx stylelint \"src/**/*.{css,scss,sass}\" --fix"
},
"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": {
"@types/file-saver": "^2.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "8.22.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
2023-11-27 12:45:54 +00:00
"react-app-rewire-typings-for-css-module": "^4.0.3",
"react-app-rewired": "^2.2.1",
2023-05-12 11:47:48 +00:00
"react-testing-library": "^8.0.1",
"stylelint": "^14.16.1",
"stylelint-group-selectors": "^1.0.9",
"stylelint-order": "^6.0.1",
"typescript": "^4.9.4"
}
}