-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
187 lines (187 loc) · 5.92 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "atlp-pulse-fn",
"version": "2.0.0",
"description": "Dev pulse app",
"type": "module",
"main": "src/index.tsx",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "npm run update-snapshots && npx jest --runInBand",
"update-snapshots": "jest --updateSnapshot",
"coverage": "jest --collect-coverage --silent -u",
"lint": "npx eslint src/**/*.{tsx,ts} --fix",
"format": "npx prettier --write .",
"prepare": "husky install",
"kill": "sudo kill -9 $(sudo lsof -t -i :3001)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlp-rwanda/atlp-pulse-fn.git"
},
"keywords": [
"react",
"typescript",
"graphql"
],
"author": "ceelogre",
"license": "ISC",
"bugs": {
"url": "https://github.com/atlp-rwanda/atlp-pulse-fn/issues"
},
"homepage": "https://github.com/atlp-rwanda/atlp-pulse-fn#readme",
"dependencies": {
"@babel/preset-react": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^1.0.6",
"@iconify/react": "^3.2.2",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.0",
"@mui/styled-engine": "^5.13.2",
"@mui/x-data-grid": "^5.17.26",
"@react-pdf-viewer/core": "^3.12.0",
"@tanstack/react-table": "^8.20.5",
"@testing-library/dom": "^8.20.1",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.4.2",
"@vitejs/plugin-react": "^4.3.1",
"ajv": "^8.12.0",
"apollo-upload-client": "^17.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.6.1",
"chart.js": "^4.4.6",
"cleave.js": "^1.6.0",
"cloudinary": "^1.39.0",
"cloudinary-react": "^1.8.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"flowbite-react": "^0.5.0",
"framer-motion": "^6.5.1",
"graphql": "^16.7.1",
"graphql-ws": "^5.16.0",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.6.0",
"i18next-xhr-backend": "^3.2.2",
"istanbul": "^0.4.5",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.453.0",
"moment": "^2.29.4",
"pnpm": "^8.6.11",
"react-apexcharts": "^1.4.1",
"react-calendar": "^3.9.0",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-dropdown-select": "^4.10.0",
"react-hook-form": "^7.45.2",
"react-i18next": "^11.18.6",
"react-icons": "^4.10.1",
"react-loader-spinner": "^6.1.6",
"react-loading-skeleton": "^3.4.0",
"react-pdf": "^7.3.3",
"react-pdf-js": "^5.1.0",
"react-phone-number-input": "^3.4.8",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.4",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^4.5.1",
"react-widgets": "^5.8.4",
"reactjs-popup": "^2.0.5",
"recharts": "^2.13.3",
"sheetjs-style": "^0.15.8",
"sinon": "^14.0.2",
"subscriptions-transport-ws": "^0.11.0",
"tailwindcss": "^3.3.3",
"url-polyfill": "^1.1.12",
"vite": "^5.4.7",
"vite-tsconfig-paths": "^5.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@apollo/client": "^3.11.8",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@heroicons/react": "^1.0.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/cleave.js": "^1.4.7",
"@types/enzyme": "^3.10.13",
"@types/faker": "5.5.3",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-dropzone": "^5.1.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.14",
"@types/react-test-renderer": "^18.0.0",
"@types/react-toastify": "^4.1.0",
"@types/sinon": "^10.0.15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.3",
"babel-loader": "^8.3.0",
"css-loader": "^6.8.1",
"enzyme": "^3.11.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"faker": "5.5.3",
"file-loader": "^6.2.0",
"graphql": "^16.7.1",
"husky": "^8.0.3",
"install": "^0.13.0",
"jest": "^28.1.3",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"jest-image-snapshot": "^6.1.0",
"lint-staged": "^13.2.3",
"mini-css-extract-plugin": "^2.7.6",
"npm": "^10.0.0",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.1.4",
"ts-jest": "^28.0.8",
"ts-loader": "^9.4.4",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix",
"*.{js,ts,html,css,md}": "prettier --write \"./**/*.{js,ts,jsx,tsx,json}\""
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}