movie-web/package.json

78 lines
2.2 KiB
JSON
Raw Normal View History

2021-07-14 00:31:37 +02:00
{
"name": "movie-web",
2022-12-29 21:47:10 +01:00
"version": "2.1.3",
2021-07-14 00:31:37 +02:00
"private": true,
"homepage": "https://movie.squeezebox.dev",
"dependencies": {
"@headlessui/react": "^1.5.0",
"crypto-js": "^4.1.1",
2021-07-14 00:31:37 +02:00
"fuse.js": "^6.4.6",
"hls.js": "^1.0.7",
2022-12-17 09:02:57 +01:00
"i18next": "^22.4.5",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.0",
2021-07-14 00:31:37 +02:00
"json5": "^2.2.0",
"nanoid": "^4.0.0",
2021-07-14 00:31:37 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-12-17 09:02:57 +01:00
"react-i18next": "^12.1.1",
2021-08-02 14:15:18 +02:00
"react-router-dom": "^5.2.0",
2023-01-07 21:36:18 +01:00
"react-stickynode": "^4.1.0",
2022-12-04 21:24:40 +01:00
"srt-webvtt": "^2.0.0",
2022-05-03 18:16:24 +02:00
"unpacker": "^1.0.1"
2021-07-14 00:31:37 +02:00
},
"scripts": {
2022-12-13 23:19:07 +01:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2022-05-02 17:35:34 +02:00
"lint": "eslint --ext .tsx,.ts src",
2023-01-08 15:42:35 +01:00
"lint:fix": "eslint --fix --ext .tsx,.ts src",
2022-12-27 15:08:03 +01:00
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src"
2021-07-14 00:31:37 +02:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2022-02-06 20:56:48 +01:00
},
"devDependencies": {
2023-01-07 23:44:46 +01:00
"@tailwindcss/line-clamp": "^0.4.2",
2022-05-03 18:16:24 +02:00
"@types/crypto-js": "^4.1.1",
2022-02-06 20:56:48 +01:00
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
2022-05-02 21:14:23 +02:00
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
2023-01-07 21:36:18 +01:00
"@types/react-stickynode": "^4.0.0",
2022-03-06 13:42:27 +01:00
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
2022-12-13 23:19:07 +01:00
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
2022-03-06 13:42:27 +01:00
"eslint": "^8.10.0",
"eslint-config-airbnb": "19.0.4",
2023-01-08 15:38:27 +01:00
"eslint-config-prettier": "^8.6.0",
2022-03-06 13:42:27 +01:00
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
2023-01-08 15:38:27 +01:00
"eslint-plugin-prettier": "^4.2.1",
2022-05-03 18:16:24 +02:00
"eslint-plugin-react": "7.29.4",
2022-03-06 13:42:27 +01:00
"eslint-plugin-react-hooks": "4.3.0",
2023-01-07 21:36:18 +01:00
"i": "^0.3.7",
"npm": "^9.2.0",
2022-12-13 23:19:07 +01:00
"postcss": "^8.4.20",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
2022-12-13 23:19:07 +01:00
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
2023-01-07 21:36:18 +01:00
"vite": "^4.0.1",
"vite-plugin-package-version": "^1.0.2"
2021-07-14 00:31:37 +02:00
}
}