DreadBin/frontend/package.json

44 lines
961 B
JSON
Raw Permalink Normal View History

2024-10-31 17:02:33 +00:00
{
"name": "dreadbin-frontend",
"version": "1.0.0",
"dependencies": {
"@heroicons/react": "^1.0.6",
"@types/node": "^16.11.47",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"dayjs": "^1.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"highlight.js": "^11.6.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7"
}
}