x-movie/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2023-07-04 15:47:01 +00:00
{
"name": "x-movie",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
2023-07-04 17:33:55 +00:00
"@mui/icons-material": "^5.13.7",
2023-07-04 15:47:01 +00:00
"@mui/material": "^5.13.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.4.0",
2023-07-07 19:15:48 +00:00
"hammerjs": "^2.0.8",
2023-07-08 20:08:11 +00:00
"jwt-decode": "^3.1.2",
2023-07-04 15:47:01 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-07-07 19:15:48 +00:00
"react-player": "^2.12.0",
2023-07-04 15:47:01 +00:00
"react-router-dom": "^6.14.1",
"react-scripts": "5.0.1",
2023-07-07 19:15:48 +00:00
"react-swipe-handler": "^1.1.2",
"react-swipeable": "^7.0.1",
"swipeable": "^1.0.5",
2024-03-27 19:40:13 +00:00
"web-vitals": "^2.1.4"
2023-07-04 15:47:01 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}