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.
69 lines
1.9 KiB
69 lines
1.9 KiB
{ |
|
"name": "movie-web", |
|
"version": "2.0.2", |
|
"private": true, |
|
"homepage": "https://movie.squeezebox.dev", |
|
"dependencies": { |
|
"@headlessui/react": "^1.5.0", |
|
"@testing-library/jest-dom": "^5.11.4", |
|
"@testing-library/react": "^11.1.0", |
|
"@testing-library/user-event": "^12.1.10", |
|
"@types/crypto-js": "^4.1.1", |
|
"@types/react-router": "^5.1.18", |
|
"crypto-js": "^4.1.1", |
|
"fuse.js": "^6.4.6", |
|
"hls.js": "^1.0.7", |
|
"json5": "^2.2.0", |
|
"react": "^17.0.2", |
|
"react-dom": "^17.0.2", |
|
"react-helmet": "^6.1.0", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "^5.0.0", |
|
"react-tracked": "^1.7.6", |
|
"scheduler": "^0.20.2", |
|
"unpacker": "^1.0.1", |
|
"web-vitals": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"lint": "eslint --ext .tsx,.ts src", |
|
"lint:strict": "eslint --ext .tsx,.ts --max-warnings 0 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": { |
|
"@types/jest": "^27.4.0", |
|
"@types/node": "^17.0.15", |
|
"@types/react": "^17.0.39", |
|
"@types/react-dom": "^17.0.11", |
|
"@types/react-router-dom": "^5.3.3", |
|
"@typescript-eslint/eslint-plugin": "^5.13.0", |
|
"@typescript-eslint/parser": "^5.13.0", |
|
"autoprefixer": "^10.4.2", |
|
"eslint": "^8.10.0", |
|
"eslint-config-airbnb": "19.0.4", |
|
"eslint-config-prettier": "^8.5.0", |
|
"eslint-import-resolver-typescript": "^2.5.0", |
|
"eslint-plugin-import": "^2.25.4", |
|
"eslint-plugin-jsx-a11y": "^6.5.1", |
|
"eslint-plugin-react": "7.28.0", |
|
"eslint-plugin-react-hooks": "4.3.0", |
|
"postcss": "^8.4.6", |
|
"prettier": "^2.5.1", |
|
"prettier-plugin-tailwindcss": "^0.1.7", |
|
"tailwind-scrollbar": "^1.3.1", |
|
"tailwindcss": "^3.0.20", |
|
"typescript": "^4.6.4" |
|
} |
|
}
|
|
|