|
| 1 | +{ |
| 2 | + "name": "mantine-next-template", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "analyze": "ANALYZE=true next build", |
| 9 | + "start": "next start", |
| 10 | + "typecheck": "tsc --noEmit", |
| 11 | + "export": "next build && next export", |
| 12 | + "lint": "next lint", |
| 13 | + "jest": "jest", |
| 14 | + "jest:watch": "jest --watch", |
| 15 | + "prettier:check": "prettier --check \"**/*.{ts,tsx}\"", |
| 16 | + "prettier:write": "prettier --write \"**/*.{ts,tsx}\"", |
| 17 | + "test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest", |
| 18 | + "storybook": "start-storybook -p 7001", |
| 19 | + "storybook:build": "build-storybook" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@mantine/core": "4.1.3", |
| 23 | + "@mantine/dates": "4.1.3", |
| 24 | + "@mantine/hooks": "4.1.3", |
| 25 | + "@mantine/next": "4.1.3", |
| 26 | + "@mantine/notifications": "4.1.3", |
| 27 | + "@mantine/prism": "4.1.3", |
| 28 | + "@modulz/radix-icons": "^4.0.0", |
| 29 | + "cookies-next": "^2.0.4", |
| 30 | + "dayjs": "^1.11.0", |
| 31 | + "next": "12.1.4", |
| 32 | + "prism-react-renderer": "^1.3.1", |
| 33 | + "react": "18.0.0", |
| 34 | + "react-dom": "18.0.0" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@babel/core": "^7.17.8", |
| 38 | + "@next/bundle-analyzer": "^12.1.4", |
| 39 | + "@next/eslint-plugin-next": "^12.1.4", |
| 40 | + "@storybook/react": "^6.4.20", |
| 41 | + "@testing-library/dom": "^8.12.0", |
| 42 | + "@testing-library/jest-dom": "^5.16.3", |
| 43 | + "@testing-library/react": "^13.0.0", |
| 44 | + "@testing-library/user-event": "^14.0.4", |
| 45 | + "@types/jest": "^27.4.1", |
| 46 | + "@types/node": "^17.0.23", |
| 47 | + "@types/react": "17.0.43", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.16.0", |
| 49 | + "@typescript-eslint/parser": "^5.16.0", |
| 50 | + "babel-loader": "^8.2.4", |
| 51 | + "eslint": "^8.11.0", |
| 52 | + "eslint-config-airbnb": "19.0.4", |
| 53 | + "eslint-config-airbnb-typescript": "^16.1.4", |
| 54 | + "eslint-config-mantine": "1.1.0", |
| 55 | + "eslint-plugin-import": "^2.25.4", |
| 56 | + "eslint-plugin-jest": "^26.1.3", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 58 | + "eslint-plugin-react": "^7.29.4", |
| 59 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 60 | + "eslint-plugin-storybook": "^0.5.7", |
| 61 | + "eslint-plugin-testing-library": "^5.2.0", |
| 62 | + "jest": "^27.5.1", |
| 63 | + "prettier": "^2.6.2", |
| 64 | + "storybook-addon-turbo-build": "^1.1.0", |
| 65 | + "storybook-dark-mode": "^1.0.9", |
| 66 | + "ts-jest": "^27.1.4", |
| 67 | + "typescript": "4.6.3" |
| 68 | + } |
| 69 | +} |
0 commit comments