mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-27 03:22:36 +02:00
78 lines
2.1 KiB
JSON
Executable File
78 lines
2.1 KiB
JSON
Executable File
{
|
|
"name": "m3u-filter",
|
|
"description": "m3u-filter",
|
|
"author": "euzu",
|
|
"version": "0.9.8",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"react-start": "react-scripts start",
|
|
"react-build": "react-scripts build",
|
|
"react-test": "react-scripts test --env=jsdom",
|
|
"react-eject": "react-scripts eject",
|
|
"build": "cross-env REACT_APP_STAGE=production PUBLIC_URL= yarn react-build",
|
|
"start": "yarn react-start",
|
|
"lint": "eslint --config eslintrc.json src/** --no-error-on-unmatched-pattern --quiet",
|
|
"upgr": "yarn upgrade-interactive --latest",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.10.5",
|
|
"@emotion/styled": "11.10.5",
|
|
"@mui/icons-material": "5.11.0",
|
|
"@mui/material": "5.11.6",
|
|
"@mui/styles": "5.11.2",
|
|
"cross-env": "7.0.3",
|
|
"file-saver": "2.0.5",
|
|
"notistack": "2.0.8",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"rxjs": "7.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "7.20.13",
|
|
"@types/file-saver": "2.0.5",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"@types/video.js": "7.3.50",
|
|
"@typescript-eslint/eslint-plugin": "5.49.0",
|
|
"@typescript-eslint/parser": "5.49.0",
|
|
"babel-eslint": "10.1.0",
|
|
"concurrently": "7.6.0",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-config-react-app": "7.0.1",
|
|
"eslint-plugin-flowtype": "8.0.3",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jest": "27.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-react": "7.32.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"node-sass": "8.0.0",
|
|
"prettier": "2.8.3",
|
|
"react-scripts": "5.0.1",
|
|
"source-map-explorer": "2.5.3",
|
|
"typescript": "4.9.4",
|
|
"wait-on": "7.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
}
|
|
}
|