You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.6 KiB
87 lines
2.6 KiB
{ |
|
"name": "movie-web", |
|
"version": "2.1.3", |
|
"private": true, |
|
"homepage": "https://movie.squeezebox.dev", |
|
"dependencies": { |
|
"@formkit/auto-animate": "^1.0.0-beta.5", |
|
"@headlessui/react": "^1.5.0", |
|
"@types/react-helmet": "^6.1.6", |
|
"crypto-js": "^4.1.1", |
|
"fscreen": "^1.2.0", |
|
"fuse.js": "^6.4.6", |
|
"hls.js": "^1.0.7", |
|
"i18next": "^22.4.5", |
|
"i18next-browser-languagedetector": "^7.0.1", |
|
"i18next-http-backend": "^2.1.0", |
|
"json5": "^2.2.0", |
|
"lodash.throttle": "^4.1.1", |
|
"nanoid": "^4.0.0", |
|
"ofetch": "^1.0.0", |
|
"react": "^17.0.2", |
|
"react-dom": "^17.0.2", |
|
"react-helmet": "^6.1.0", |
|
"react-i18next": "^12.1.1", |
|
"react-router-dom": "^5.2.0", |
|
"react-stickynode": "^4.1.0", |
|
"react-transition-group": "^4.4.5", |
|
"srt-webvtt": "^2.0.0", |
|
"unpacker": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview", |
|
"lint": "eslint --ext .tsx,.ts src", |
|
"lint:fix": "eslint --fix --ext .tsx,.ts src", |
|
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src" |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
}, |
|
"devDependencies": { |
|
"@tailwindcss/line-clamp": "^0.4.2", |
|
"@types/crypto-js": "^4.1.1", |
|
"@types/fscreen": "^1.0.1", |
|
"@types/lodash.throttle": "^4.1.7", |
|
"@types/node": "^17.0.15", |
|
"@types/react": "^17.0.39", |
|
"@types/react-dom": "^17.0.11", |
|
"@types/react-router": "^5.1.18", |
|
"@types/react-router-dom": "^5.3.3", |
|
"@types/react-stickynode": "^4.0.0", |
|
"@types/react-transition-group": "^4.4.5", |
|
"@typescript-eslint/eslint-plugin": "^5.13.0", |
|
"@typescript-eslint/parser": "^5.13.0", |
|
"@vitejs/plugin-react-swc": "^3.0.0", |
|
"autoprefixer": "^10.4.13", |
|
"eslint": "^8.10.0", |
|
"eslint-config-airbnb": "19.0.4", |
|
"eslint-config-prettier": "^8.6.0", |
|
"eslint-import-resolver-typescript": "^2.5.0", |
|
"eslint-plugin-import": "^2.25.4", |
|
"eslint-plugin-jsx-a11y": "^6.5.1", |
|
"eslint-plugin-prettier": "^4.2.1", |
|
"eslint-plugin-react": "7.29.4", |
|
"eslint-plugin-react-hooks": "4.3.0", |
|
"i": "^0.3.7", |
|
"npm": "^9.2.0", |
|
"postcss": "^8.4.20", |
|
"prettier": "^2.5.1", |
|
"prettier-plugin-tailwindcss": "^0.1.7", |
|
"tailwind-scrollbar": "^2.0.1", |
|
"tailwindcss": "^3.2.4", |
|
"typescript": "^4.6.4", |
|
"vite": "^4.0.1", |
|
"vite-plugin-package-version": "^1.0.2" |
|
} |
|
}
|
|
|