PopcornPing / frontend /package.json
Yash Goyal
Correction
2070fe3
raw
history blame contribute delete
942 Bytes
{
"name": "popcornping-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.6.2",
"framer-motion": "^12.23.26",
"lucide-react": "^0.560.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"react-scripts": "5.0.1",
"tailwindcss": "^3.3.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}