Files
github-stats-extended/apps/frontend/package.json
T
Marco Pasqualettiandmartin-mfg 8c065b473f feat: setup monorepo using pnpm (#20)
* tests: fix float problems and PAT problem

* extend CONTRIBUTING.md

* extend build documentation, add GH action, fix build on MacOS

* fix build on Vercel

* update .gitignore and CONTRIBUTING.md

* feat: begin work on monorepo

* chore(actions/basic-build): use pnpm

* fix: vercel-deploy

* docs: updates with new folders

* chore: apply PR review comments

---------

Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
2026-01-19 14:11:58 +01:00

80 lines
2.0 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.23.2",
"axios": "^1",
"axios-cache-interceptor": "^1",
"buffer": "^6.0.3",
"daisyui": "2.31.0",
"downloadjs": "^1.4.7",
"emoji-name-map": "^2.0.3",
"github-username-regex": "^1.0.0",
"html-to-image": "^1.11.11",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-loading-skeleton": "^3.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-typist": "^2.0.5",
"react-typist-loop": "0.0.5",
"redux": "^4.2.1",
"save-svg-as-png": "^1.4.17",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"util": "^0.12.5",
"uuid": "^9.0.1",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"autoprefixer": "^10.4.16",
"eslint": "8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.5"
},
"scripts": {
"start-trends": "craco start",
"build-trends": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"homepage": "/frontend",
"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"
]
}
}