tachiyomi-extensions-inspector/webUI/react/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "project",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-05-13 12:31:37 +02:00
"@fontsource/roboto": "^4.3.0",
"@material-ui/core": "^4.11.4",
2020-12-24 12:32:03 +01:00
"@material-ui/icons": "^4.11.2",
2021-05-15 18:06:56 +02:00
"@material-ui/lab": "^4.0.0-alpha.58",
2021-03-07 13:57:13 +01:00
"axios": "^0.21.1",
2021-04-09 22:14:13 +02:00
"file-selector": "^0.2.4",
2021-05-13 12:31:37 +02:00
"react": "^17.0.2",
2021-02-19 22:53:52 +01:00
"react-beautiful-dnd": "^13.0.0",
2021-05-13 12:31:37 +02:00
"react-dom": "^17.0.2",
2021-03-18 19:16:24 +01:00
"react-lazyload": "^3.2.0",
2020-12-24 00:51:18 +01:00
"react-router-dom": "^5.2.0",
2021-05-13 12:31:37 +02:00
"react-scripts": "4.0.3",
"react-virtuoso": "^1.8.6",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2020-12-24 14:19:43 +01:00
},
"devDependencies": {
2021-05-13 12:31:37 +02:00
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-lazyload": "^3.1.0",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^12.3.1",
2020-12-24 14:19:43 +01:00
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
2021-05-13 12:31:37 +02:00
"eslint-plugin-react": "^7.23.2",
2020-12-24 16:50:50 +01:00
"eslint-plugin-react-hooks": "^4.2.0",
2021-05-13 12:31:37 +02:00
"typescript": "^4.2.4"
}
2021-01-21 12:34:11 +01:00
}