-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
148 lines (148 loc) · 4.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "maffin",
"version": "0.1.0",
"private": true,
"scripts": {
"maffin:dev": "next dev",
"maffin:run": "next start",
"maffin:build": "next build",
"maffin:test": "jest --watchAll=false",
"maffin:lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@dinero.js/currencies": "^2.0.0-alpha.14",
"@fontsource/inter": "^5.0.19",
"@hookform/resolvers": "^3.9.0",
"@react-pdf/renderer": "^4.0.0",
"@tanstack/react-query": "^5.51.24",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-table": "^8.20.1",
"@testing-library/jest-dom": "^6.4.8",
"axios": "^1.7.4",
"chart.js": "^4.4.3",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-chart-sankey": "^0.12.1",
"chartjs-chart-treemap": "^2.3.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-autocolors": "^0.2.2",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.12",
"dinero.js": "^2.0.0-alpha.14",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash.debounce": "^4.0.8",
"luxon": "^3.5.0",
"next": "^14.2.5",
"pako": "^2.1.0",
"plaid": "^24.0.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.3.0",
"react-joyride": "^2.8.1",
"react-modal": "^3.16.1",
"react-plaid-link": "^3.5.1",
"react-select": "^5.8.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-tooltip": "^5.28.0",
"reflect-metadata": "^0.2.2",
"sharp": "^0.33.5",
"sql.js": "^1.11.0",
"tailwindcss": "^3.4.10",
"typeorm": "^0.3.20",
"winston-react": "^1.0.0-RC.0"
},
"eslintConfig": {
"plugins": [
"prettier"
],
"extends": [
"next",
"prettier",
"airbnb",
"airbnb-typescript",
"react-app/jest",
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"semi": "error",
"no-unexpected-multiline": "error",
"arrow-parens": "off",
"react/require-default-props": "off",
"max-classes-per-file": "off",
"@typescript-eslint/lines-between-class-members": "off",
"react/no-array-index-key": "off",
"jsx-a11y/no-static-element-interactions": "off",
"jsx-a11y/click-events-have-key-events": "off",
"import/prefer-default-export": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-use-before-define": "off",
"new-cap": "off",
"jsx-a11y/label-has-associated-control": "off",
"react/jsx-props-no-spreading": "off",
"no-underscore-dangle": "off",
"react/destructuring-assignment": "off",
"import/extensions": "off",
"no-param-reassign": "off"
},
"parserOptions": {
"project": "./tsconfig.json"
},
"ignorePatterns": [
"*.js",
"*.d.ts",
"amplify/**/*"
]
},
"devDependencies": {
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/debounce-promise": "^3.1.9",
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.60",
"@types/gapi.client.drive": "^3.0.15",
"@types/gapi.client.people": "^1.0.5",
"@types/google.accounts": "^0.0.14",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/luxon": "^3.4.2",
"@types/node": "^22.4.1",
"@types/pako": "^2.0.3",
"@types/react": "18.3.3",
"@types/react-dom": "^18.2.24",
"@types/react-modal": "^3.16.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.20",
"@types/react-test-renderer": "^18.3.0",
"@types/sql.js": "^1.4.9",
"autoprefixer": "^10.4.20",
"babel-preset-react-app": "^10.0.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"snapshot-diff": "^0.10.0",
"typescript": "^5.5.4",
"webpack-filter-warnings-plugin": "^1.2.1"
}
}