91 lines
2.9 KiB
JSON
91 lines
2.9 KiB
JSON
{
|
|
"name": "mantine-next-template",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"analyze": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"export": "next build && next export",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "npm run eslint && npm run stylelint",
|
|
"eslint": "eslint .",
|
|
"stylelint": "stylelint '**/*.css' --cache",
|
|
"jest": "jest",
|
|
"jest:watch": "jest --watch",
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
|
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "storybook build",
|
|
"openapi-ts": "openapi-ts",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@hey-api/openapi-ts": "^0.85.2",
|
|
"@mantine/core": "8.3.4",
|
|
"@mantine/dates": "^8.3.5",
|
|
"@mantine/form": "^8.3.5",
|
|
"@mantine/hooks": "8.3.4",
|
|
"@mantine/modals": "^8.3.5",
|
|
"@mantine/notifications": "^8.3.5",
|
|
"@next/bundle-analyzer": "^15.5.4",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"@tanstack/react-query": "^5.90.5",
|
|
"@types/lodash": "^4.17.20",
|
|
"axios": "^1.12.2",
|
|
"clsx": "^2.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mantine-contextmenu": "^8.2.0",
|
|
"mantine-datatable": "^8.2.0",
|
|
"next": "15.5.4",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@eslint/eslintrc": "^3",
|
|
"@eslint/js": "^9.37.0",
|
|
"@hey-api/client-axios": "^0.9.1",
|
|
"@hey-api/client-next": "^0.5.1",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
"@storybook/addon-themes": "^9.1.10",
|
|
"@storybook/nextjs": "^9.1.10",
|
|
"@storybook/react": "^9.1.10",
|
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/eslint-plugin-jsx-a11y": "^6",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.7.1",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"babel-loader": "^10.0.0",
|
|
"eslint": "^9.37.0",
|
|
"eslint-config-mantine": "^4.0.3",
|
|
"eslint-config-next": "15.5.4",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"jest": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"patch-package": "^8.0.1",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-mantine": "1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^3.6.2",
|
|
"storybook": "^9.1.10",
|
|
"stylelint": "^16.25.0",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"ts-jest": "^29.4.4",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "^8.46.0"
|
|
},
|
|
"packageManager": "yarn@4.10.3"
|
|
}
|