|
2 | 2 | "name": "with-typescript", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "engines": { |
5 | | - "node": "14.17.0" |
| 5 | + "node": "16.20.2" |
6 | 6 | }, |
7 | 7 | "scripts": { |
8 | 8 | "dev": "next", |
|
22 | 22 | "ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\"" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@apollo/client": "^3.6.8", |
26 | | - "@chakra-ui/icons": "^1.0.14", |
27 | | - "@chakra-ui/react": "^1.6.2", |
28 | | - "@emotion/react": "11", |
29 | | - "@emotion/styled": "11", |
30 | | - "@fontsource/noto-sans": "^4.4.5", |
31 | | - "@prisma/client": "^2.28.0", |
32 | | - "@types/mime-types": "^2.1.1", |
33 | | - "@types/node": "^16.7.4", |
34 | | - "@types/nodemailer": "^6.4.4", |
35 | | - "@types/react-bootstrap-typeahead": "^5.1.7", |
36 | | - "@types/react-helmet": "^6.1.2", |
37 | | - "@types/react-table": "^7.7.2", |
38 | | - "apollo-server-micro": "^2.24.1", |
| 25 | + "@apollo/client": "3.6.8", |
| 26 | + "@chakra-ui/icons": "1.0.14", |
| 27 | + "@chakra-ui/react": "1.6.2", |
| 28 | + "@emotion/react": "11.4.0", |
| 29 | + "@emotion/styled": "11.3.0", |
| 30 | + "@fontsource/noto-sans": "4.4.5", |
| 31 | + "@prisma/client": "3.15.2", |
| 32 | + "@types/mime-types": "2.1.1", |
| 33 | + "@types/node": "16.7.4", |
| 34 | + "@types/nodemailer": "6.4.4", |
| 35 | + "@types/react-bootstrap-typeahead": "5.1.7", |
| 36 | + "@types/react-helmet": "6.1.2", |
| 37 | + "@types/react-table": "7.7.2", |
| 38 | + "apollo-server-micro": "2.24.1", |
39 | 39 | "bootstrap": "5.1.1", |
40 | | - "chakra-ui-steps": "^1.1.1", |
41 | | - "csv-writer": "^1.6.0", |
42 | | - "formik": "^2.2.9", |
43 | | - "framer-motion": "4", |
44 | | - "graphql": "^15.5.0", |
45 | | - "graphql-middleware": "^6.1.31", |
| 40 | + "chakra-ui-steps": "1.1.1", |
| 41 | + "csv-writer": "1.6.0", |
| 42 | + "formik": "2.2.9", |
| 43 | + "framer-motion": "4.1.17", |
| 44 | + "graphql": "15.5.0", |
| 45 | + "graphql-middleware": "6.1.31", |
46 | 46 | "graphql-request": "3.6.0", |
47 | | - "mime-types": "^2.1.35", |
48 | | - "moment": "^2.29.3", |
49 | | - "next": "12", |
50 | | - "next-auth": "^3.26.1", |
51 | | - "next-i18next": "^8.3.0", |
52 | | - "next-s3-upload": "^0.1.8", |
53 | | - "nodemailer": "^6.6.1", |
54 | | - "pdfmake": "^0.2.4", |
55 | | - "pino": "^8.3.0", |
56 | | - "react": "^17.0.2", |
57 | | - "react-bootstrap": "^2.0.0-rc.0", |
58 | | - "react-bootstrap-typeahead": "^5.2.1", |
59 | | - "react-day-picker": "^7.4.10", |
60 | | - "react-dom": "^17.0.2", |
61 | | - "react-helmet": "^6.1.0", |
62 | | - "react-intersection-observer": "^8.32.0", |
63 | | - "react-table": "^7.7.0", |
64 | | - "typescript": "^4.4.2", |
65 | | - "unstated-next": "^1.1.0", |
66 | | - "yup": "^0.32.11" |
| 47 | + "mime-types": "2.1.35", |
| 48 | + "moment": "2.29.1", |
| 49 | + "next": "12.0.3", |
| 50 | + "next-auth": "3.26.1", |
| 51 | + "next-i18next": "8.3.0", |
| 52 | + "next-s3-upload": "0.1.8", |
| 53 | + "nodemailer": "6.6.1", |
| 54 | + "pdfmake": "0.2.4", |
| 55 | + "pino": "8.3.0", |
| 56 | + "react": "17.0.2", |
| 57 | + "react-bootstrap": "2.0.0-rc.0", |
| 58 | + "react-bootstrap-typeahead": "5.2.1", |
| 59 | + "react-day-picker": "7.4.10", |
| 60 | + "react-dom": "17.0.2", |
| 61 | + "react-helmet": "6.1.0", |
| 62 | + "react-intersection-observer": "8.32.0", |
| 63 | + "react-table": "7.7.0", |
| 64 | + "typescript": "4.4.2", |
| 65 | + "unstated-next": "1.1.0", |
| 66 | + "yarn-lockfile": "1.1.1", |
| 67 | + "yup": "0.32.11" |
67 | 68 | }, |
68 | 69 | "devDependencies": { |
69 | | - "@graphql-codegen/add": "^2.0.2", |
| 70 | + "@graphql-codegen/add": "2.0.2", |
70 | 71 | "@graphql-codegen/cli": "1.21.4", |
71 | | - "@graphql-codegen/typescript": "^1.22.0", |
72 | | - "@types/pdfmake": "^0.1.21", |
73 | | - "@types/react": "^17.0.2", |
74 | | - "@types/react-dom": "^17.0.1", |
75 | | - "@typescript-eslint/eslint-plugin": "^4.24.0", |
76 | | - "@typescript-eslint/parser": "^4.24.0", |
77 | | - "apollo": "^2.33.2", |
78 | | - "csv-parser": "^3.0.0", |
79 | | - "eslint": "^7.26.0", |
80 | | - "eslint-config-next": "^11.0.0", |
81 | | - "eslint-plugin-react": "^7.23.2", |
82 | | - "husky": "4", |
83 | | - "lint-staged": "^11.0.0", |
84 | | - "pino-pretty": "^8.1.0", |
85 | | - "prettier": "^2.3.0", |
86 | | - "prisma": "^2.28.0", |
87 | | - "ts-node": "^10.0.0" |
| 72 | + "@graphql-codegen/typescript": "1.22.0", |
| 73 | + "@types/pdfmake": "0.1.21", |
| 74 | + "@types/react": "17.0.30", |
| 75 | + "@types/react-dom": "17.0.5", |
| 76 | + "@typescript-eslint/eslint-plugin": "4.33.0", |
| 77 | + "@typescript-eslint/parser": "4.33.0", |
| 78 | + "apollo": "2.33.2", |
| 79 | + "csv-parser": "3.0.0", |
| 80 | + "eslint": "7.32.0", |
| 81 | + "eslint-config-next": "11.0.0", |
| 82 | + "eslint-plugin-react": "7.24.0", |
| 83 | + "husky": "4.3.8", |
| 84 | + "lint-staged": "11.0.0", |
| 85 | + "pino-pretty": "8.1.0", |
| 86 | + "prettier": "2.3.0", |
| 87 | + "prisma": "3.15.2", |
| 88 | + "ts-node": "10.0.0" |
88 | 89 | }, |
89 | 90 | "husky": { |
90 | 91 | "hooks": { |
|
95 | 96 | "*.{ts,tsx}": "eslint --cache --fix", |
96 | 97 | "*.{ts,tsx,md}": "prettier --write" |
97 | 98 | }, |
| 99 | + "prisma": { |
| 100 | + "seed": "yarn ts-node prisma/seed.ts" |
| 101 | + }, |
98 | 102 | "license": "MIT" |
99 | 103 | } |
0 commit comments