mirror of
https://github.com/BillyOutlast/stash-box.git
synced 2026-02-04 02:51:17 +01:00
89 lines
2.6 KiB
JSON
89 lines
2.6 KiB
JSON
{
|
|
"name": "stash-box-frontend",
|
|
"version": "0.1.0",
|
|
"description": "Stash-box",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"build": "vite build",
|
|
"validate": "pnpm lint && pnpm format-check && tsc --noEmit",
|
|
"lint": "pnpm biome lint src",
|
|
"generate": "graphql-codegen --config codegen.yml",
|
|
"format": "pnpm biome format --write",
|
|
"format-check": "pnpm biome format",
|
|
"analyze": "analyze=true vite build"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"yarn": "Please use pnpm",
|
|
"npm": "Please use pnpm"
|
|
},
|
|
"packageManager": "pnpm@9.0.5",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.0",
|
|
"@graphql-codegen/cli": "^5.0.3",
|
|
"@graphql-codegen/typed-document-node": "^5.0.11",
|
|
"@graphql-codegen/typescript": "^4.1.1",
|
|
"@graphql-codegen/typescript-operations": "^4.3.1",
|
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
"@rollup/plugin-graphql": "^2.0.5",
|
|
"@types/apollo-upload-client": "^18.0.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^18.14.2",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/react-helmet": "^6.1.11",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"globule": "^1.3.4",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"sass": "~1.77.6",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^5.4.19",
|
|
"vite-tsconfig-paths": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.11.10",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@hookform/resolvers": "2.9.11",
|
|
"apollo-upload-client": "^18.0.1",
|
|
"bootstrap": "5.2.3",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^2.29.3",
|
|
"graphql": "^16.9.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"i18n-iso-countries": "^7.13.0",
|
|
"lodash-es": "^4.17.21",
|
|
"p-debounce": "^4.0.0",
|
|
"query-string": "^9.1.1",
|
|
"react": "^18.3.1",
|
|
"react-bootstrap": "^2.10.5",
|
|
"react-bootstrap-typeahead": "^6.3.2",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hook-form": "7.43.2",
|
|
"react-markdown": "^9.0.1",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-select": "5.8.3",
|
|
"rehype-external-links": "^3.0.0",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"yup": "1.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|