2021-07-13 22:31:37 +00:00
|
|
|
{
|
|
|
|
"name": "movie-web",
|
2023-06-22 18:59:31 +00:00
|
|
|
"version": "4.0.0",
|
2021-07-13 22:31:37 +00:00
|
|
|
"private": true,
|
2023-04-21 19:09:56 +00:00
|
|
|
"homepage": "https://movie-web.app",
|
2021-07-13 22:31:37 +00:00
|
|
|
"dependencies": {
|
2023-09-01 13:37:03 +00:00
|
|
|
"@formkit/auto-animate": "^0.7.0",
|
2022-03-13 12:43:05 +00:00
|
|
|
"@headlessui/react": "^1.5.0",
|
2023-10-26 19:44:15 +00:00
|
|
|
"@movie-web/providers": "^1.0.2",
|
2023-02-27 19:30:06 +00:00
|
|
|
"@react-spring/web": "^9.7.1",
|
2023-10-27 19:51:14 +00:00
|
|
|
"@sozialhelden/ietf-language-tags": "^5.4.2",
|
2023-08-20 14:19:38 +00:00
|
|
|
"classnames": "^2.3.2",
|
2023-03-19 17:01:08 +00:00
|
|
|
"core-js": "^3.29.1",
|
2023-03-11 02:39:06 +00:00
|
|
|
"dompurify": "^3.0.1",
|
2023-10-17 15:43:50 +00:00
|
|
|
"flag-icons": "^6.11.1",
|
2023-01-10 00:01:51 +00:00
|
|
|
"fscreen": "^1.2.0",
|
2021-07-13 22:31:37 +00:00
|
|
|
"fuse.js": "^6.4.6",
|
2023-10-22 15:58:49 +00:00
|
|
|
"graphql-request": "^6.1.0",
|
2021-07-13 22:31:37 +00:00
|
|
|
"hls.js": "^1.0.7",
|
2022-12-17 08:02:57 +00:00
|
|
|
"i18next": "^22.4.5",
|
2023-07-23 14:30:22 +00:00
|
|
|
"immer": "^10.0.2",
|
2023-01-15 15:01:07 +00:00
|
|
|
"ofetch": "^1.0.0",
|
2021-07-13 22:31:37 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2023-02-21 20:45:14 +00:00
|
|
|
"react-ga4": "^2.0.0",
|
2023-10-14 17:28:27 +00:00
|
|
|
"react-helmet-async": "^1.3.0",
|
2022-12-17 08:02:57 +00:00
|
|
|
"react-i18next": "^12.1.1",
|
2021-08-02 12:15:18 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2023-01-07 20:36:18 +00:00
|
|
|
"react-stickynode": "^4.1.0",
|
2023-02-24 20:45:14 +00:00
|
|
|
"react-use": "^17.4.0",
|
2023-06-23 07:35:07 +00:00
|
|
|
"slugify": "^1.6.6",
|
2023-04-27 18:58:45 +00:00
|
|
|
"subsrt-ts": "^2.1.1",
|
2023-10-22 15:58:49 +00:00
|
|
|
"unzipit": "^1.4.3",
|
2023-07-23 13:00:08 +00:00
|
|
|
"zustand": "^4.3.9"
|
2021-07-13 22:31:37 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-12-13 22:19:07 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
2023-10-25 21:04:54 +00:00
|
|
|
"build:pwa": "cross-env VITE_PWA_ENABLED=yes vite build",
|
2023-02-22 20:15:37 +00:00
|
|
|
"test": "vitest run",
|
2023-02-24 22:09:27 +00:00
|
|
|
"preview": "vite preview",
|
2022-05-02 15:35:34 +00:00
|
|
|
"lint": "eslint --ext .tsx,.ts src",
|
2023-01-08 14:42:35 +00:00
|
|
|
"lint:fix": "eslint --fix --ext .tsx,.ts src",
|
2023-09-01 13:27:55 +00:00
|
|
|
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
|
2023-09-01 14:14:13 +00:00
|
|
|
"preinstall": "npx -y only-allow pnpm"
|
2021-07-13 22:31:37 +00:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
2023-03-19 17:01:08 +00:00
|
|
|
"defaults",
|
|
|
|
"chrome > 90"
|
2021-07-13 22:31:37 +00:00
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2022-02-06 19:56:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-19 17:32:04 +00:00
|
|
|
"@babel/core": "^7.21.3",
|
2023-03-19 17:01:08 +00:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
|
|
|
"@babel/preset-typescript": "^7.21.0",
|
2023-01-25 20:44:15 +00:00
|
|
|
"@types/chromecast-caf-sender": "^1.0.5",
|
2022-05-03 16:16:24 +00:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2023-03-11 02:39:06 +00:00
|
|
|
"@types/dompurify": "^2.4.0",
|
2023-01-10 00:01:51 +00:00
|
|
|
"@types/fscreen": "^1.0.1",
|
2023-01-10 18:53:55 +00:00
|
|
|
"@types/lodash.throttle": "^4.1.7",
|
2022-02-06 19:56:48 +00:00
|
|
|
"@types/node": "^17.0.15",
|
2023-02-18 21:41:50 +00:00
|
|
|
"@types/pako": "^2.0.0",
|
2022-02-06 19:56:48 +00:00
|
|
|
"@types/react": "^17.0.39",
|
|
|
|
"@types/react-dom": "^17.0.11",
|
2023-03-19 17:01:08 +00:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
2023-03-19 19:53:44 +00:00
|
|
|
"@types/react-router": "^5.1.20",
|
2022-12-04 20:07:25 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2023-01-07 20:36:18 +00:00
|
|
|
"@types/react-stickynode": "^4.0.0",
|
2023-01-10 18:53:55 +00:00
|
|
|
"@types/react-transition-group": "^4.4.5",
|
2022-03-06 12:42:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
|
|
"@typescript-eslint/parser": "^5.13.0",
|
2023-03-19 17:01:08 +00:00
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
2022-12-13 22:19:07 +00:00
|
|
|
"autoprefixer": "^10.4.13",
|
2023-10-25 21:04:54 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-03-06 12:42:27 +00:00
|
|
|
"eslint": "^8.10.0",
|
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-01-08 14:38:27 +00:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
2022-03-06 12:42:27 +00:00
|
|
|
"eslint-import-resolver-typescript": "^2.5.0",
|
2023-04-24 15:41:54 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-03-06 13:41:51 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
2023-01-08 14:38:27 +00:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-05-03 16:16:24 +00:00
|
|
|
"eslint-plugin-react": "7.29.4",
|
2022-03-06 12:42:27 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2023-07-15 13:53:43 +00:00
|
|
|
"glob": "^10.3.3",
|
|
|
|
"handlebars": "^4.7.7",
|
2023-02-22 20:15:37 +00:00
|
|
|
"jsdom": "^21.1.0",
|
2022-12-13 22:19:07 +00:00
|
|
|
"postcss": "^8.4.20",
|
2022-02-13 18:29:25 +00:00
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.1.7",
|
2022-12-13 22:19:07 +00:00
|
|
|
"tailwind-scrollbar": "^2.0.1",
|
|
|
|
"tailwindcss": "^3.2.4",
|
2023-08-20 14:19:38 +00:00
|
|
|
"tailwindcss-themer": "^3.1.0",
|
2023-10-05 20:12:25 +00:00
|
|
|
"type-fest": "^4.3.3",
|
2022-12-13 22:19:07 +00:00
|
|
|
"typescript": "^4.6.4",
|
2023-01-07 20:36:18 +00:00
|
|
|
"vite": "^4.0.1",
|
2023-02-19 14:55:09 +00:00
|
|
|
"vite-plugin-checker": "^0.5.6",
|
2023-02-22 20:15:37 +00:00
|
|
|
"vite-plugin-package-version": "^1.0.2",
|
2023-10-23 17:26:51 +00:00
|
|
|
"vite-plugin-pwa": "^0.16.5",
|
2023-07-15 13:53:43 +00:00
|
|
|
"vite-plugin-static-copy": "^0.16.0",
|
2023-10-23 17:26:51 +00:00
|
|
|
"vitest": "^0.28.5"
|
2021-07-13 22:31:37 +00:00
|
|
|
}
|
2023-02-21 20:45:14 +00:00
|
|
|
}
|