movie-web/package.json

106 lines
3.1 KiB
JSON
Raw Normal View History

2021-07-14 00:31:37 +02:00
{
"name": "movie-web",
2023-06-22 20:59:31 +02:00
"version": "4.0.0",
2021-07-14 00:31:37 +02:00
"private": true,
2023-04-21 21:09:56 +02:00
"homepage": "https://movie-web.app",
2021-07-14 00:31:37 +02:00
"dependencies": {
2023-09-01 15:37:03 +02:00
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.5.0",
"@movie-web/providers": "^1.0.1",
"@react-spring/web": "^9.7.1",
"classnames": "^2.3.2",
"core-js": "^3.29.1",
2023-03-11 03:39:06 +01:00
"dompurify": "^3.0.1",
"flag-icons": "^6.11.1",
2023-01-10 01:01:51 +01:00
"fscreen": "^1.2.0",
2021-07-14 00:31:37 +02:00
"fuse.js": "^6.4.6",
"graphql-request": "^6.1.0",
2021-07-14 00:31:37 +02:00
"hls.js": "^1.0.7",
2022-12-17 09:02:57 +01:00
"i18next": "^22.4.5",
2023-07-23 16:30:22 +02:00
"immer": "^10.0.2",
2023-01-15 16:01:07 +01:00
"ofetch": "^1.0.0",
2021-07-14 00:31:37 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2023-02-21 21:45:14 +01:00
"react-ga4": "^2.0.0",
"react-helmet-async": "^1.3.0",
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",
"react-use": "^17.4.0",
2023-06-23 09:35:07 +02:00
"slugify": "^1.6.6",
2023-04-27 20:58:45 +02:00
"subsrt-ts": "^2.1.1",
"unzipit": "^1.4.3",
"zustand": "^4.3.9"
2021-07-14 00:31:37 +02:00
},
"scripts": {
2022-12-13 23:19:07 +01:00
"dev": "vite",
"build": "vite build",
2023-02-22 21:15:37 +01:00
"test": "vitest run",
2023-02-24 23:09:27 +01:00
"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",
2023-09-01 15:27:55 +02:00
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
2023-09-01 16:14:13 +02:00
"preinstall": "npx -y only-allow pnpm"
2021-07-14 00:31:37 +02:00
},
"browserslist": {
"production": [
"defaults",
"chrome > 90"
2021-07-14 00:31:37 +02:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2022-02-06 20:56:48 +01:00
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
2023-01-25 21:44:15 +01:00
"@types/chromecast-caf-sender": "^1.0.5",
2022-05-03 18:16:24 +02:00
"@types/crypto-js": "^4.1.1",
2023-03-11 03:39:06 +01:00
"@types/dompurify": "^2.4.0",
2023-01-10 01:01:51 +01:00
"@types/fscreen": "^1.0.1",
2023-01-10 19:53:55 +01:00
"@types/lodash.throttle": "^4.1.7",
2022-02-06 20:56:48 +01:00
"@types/node": "^17.0.15",
"@types/pako": "^2.0.0",
2022-02-06 20:56:48 +01:00
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.6",
2023-03-19 20:53:44 +01:00
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
2023-01-07 21:36:18 +01:00
"@types/react-stickynode": "^4.0.0",
2023-01-10 19:53:55 +01:00
"@types/react-transition-group": "^4.4.5",
2022-03-06 13:42:27 +01:00
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-react": "^3.1.0",
2022-12-13 23:19:07 +01:00
"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.27.5",
"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-07-15 15:53:43 +02:00
"glob": "^10.3.3",
"handlebars": "^4.7.7",
2023-02-22 21:15:37 +01:00
"jsdom": "^21.1.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",
"tailwindcss-themer": "^3.1.0",
"type-fest": "^4.3.3",
2022-12-13 23:19:07 +01:00
"typescript": "^4.6.4",
2023-01-07 21:36:18 +01:00
"vite": "^4.0.1",
"vite-plugin-checker": "^0.5.6",
2023-02-22 21:15:37 +01:00
"vite-plugin-package-version": "^1.0.2",
2023-10-23 19:26:51 +02:00
"vite-plugin-pwa": "^0.16.5",
2023-07-15 15:53:43 +02:00
"vite-plugin-static-copy": "^0.16.0",
2023-10-23 19:26:51 +02:00
"vitest": "^0.28.5"
2021-07-14 00:31:37 +02:00
}
2023-02-21 21:45:14 +01:00
}