sudo-archive/package.json

124 lines
3.7 KiB
JSON
Raw Normal View History

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",
"@headlessui/react": "^1.5.0",
"@movie-web/providers": "^1.1.3",
"@noble/hashes": "^1.3.2",
"@react-spring/web": "^9.7.1",
2023-11-05 00:16:45 +00:00
"@scure/bip39": "^1.2.1",
"@sozialhelden/ietf-language-tags": "^5.4.2",
2023-11-05 00:16:45 +00:00
"@types/node-forge": "^1.3.8",
"classnames": "^2.3.2",
"core-js": "^3.29.1",
2023-03-11 02:39:06 +00:00
"dompurify": "^3.0.1",
"flag-icons": "^6.11.1",
2023-11-22 16:50:24 +00:00
"focus-trap-react": "^10.2.3",
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",
"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",
"iso-639-1": "^3.1.0",
"lodash.isequal": "^4.5.0",
2023-11-05 00:16:45 +00:00
"node-forge": "^1.3.1",
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",
"react-google-recaptcha-v3": "^1.10.1",
"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",
"react-sticky-el": "^2.1.0",
"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",
"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": [
"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": {
"@babel/core": "^7.21.3",
"@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",
"@types/lodash.isequal": "^4.5.8",
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",
"@types/pako": "^2.0.0",
2022-02-06 19:56:48 +00:00
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.6",
2023-03-19 19:53:44 +00:00
"@types/react-router": "^5.1.20",
"@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",
"@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",
"eslint-plugin-import": "^2.27.5",
"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",
"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",
"tailwindcss-themer": "^3.1.0",
"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",
"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"
},
"pnpm": {
"overrides": {
"get-func-name@<2.0.1": ">=2.0.1",
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2",
"crypto-js@<4.2.0": ">=4.2.0"
}
2021-07-13 22:31:37 +00:00
}
2023-02-21 20:45:14 +00:00
}