mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 23:15:08 +01:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^4.3.0",
|
|
"@material-ui/core": "^4.11.4",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"axios": "^0.21.1",
|
|
"file-selector": "^0.2.4",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|