mirror of
https://github.com/evroon/bracket.git
synced 2026-01-22 21:18:40 -05:00
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "Bracket",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"analyze": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"export": "next build && next export",
|
|
"lint": "next lint",
|
|
"jest": "jest",
|
|
"jest:watch": "jest --watch",
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
|
"test": "tsc --noEmit && npm run prettier:write && npm run lint && npm run jest -- --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/server": "^11.10.0",
|
|
"@hello-pangea/dnd": "^16.3.0",
|
|
"@mantine/core": "7.2.2",
|
|
"@mantine/dates": "7.2.2",
|
|
"@mantine/dropzone": "7.2.2",
|
|
"@mantine/form": "7.2.2",
|
|
"@mantine/hooks": "7.2.2",
|
|
"@mantine/next": "^6.0.21",
|
|
"@mantine/notifications": "^7.2.2",
|
|
"@mantine/spotlight": "7.2.2",
|
|
"@next/bundle-analyzer": "^14.0.3",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@tabler/icons-react": "^2.17.0",
|
|
"@vercel/analytics": "^1.0.2",
|
|
"axios": "^1.6.0",
|
|
"clsx": "^2.0.0",
|
|
"cookies-next": "^4.0.0",
|
|
"date-fns": "^2.29.3",
|
|
"dayjs": "^1.11.10",
|
|
"next": "^14.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ellipsis-text": "^1.2.1",
|
|
"react-icons": "^4.8.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-redux": "^8.0.5",
|
|
"swr": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.17",
|
|
"@next/eslint-plugin-next": "^13.4.19",
|
|
"@testing-library/dom": "^9.3.1",
|
|
"@testing-library/jest-dom": "^6.1.3",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "^20.6.0",
|
|
"@types/react": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
"@typescript-eslint/parser": "^6.6.0",
|
|
"babel-loader": "^9.1.3",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
"eslint-config-mantine": "^2.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-testing-library": "^6.0.1",
|
|
"jest": "^29.6.4",
|
|
"jest-environment-jsdom": "^29.6.4",
|
|
"postcss": "^8.4.31",
|
|
"postcss-preset-mantine": "1.11.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|