-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.88 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
{
"name": "mss-correction",
"author": "Kelvin Dupont",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 8082",
"start": "next start -p 8082",
"build": "next build",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"rm:all": "rm -rf node_modules .next out dist build",
"re:start": "yarn rm:all && yarn install && yarn dev",
"re:build": "yarn rm:all && yarn install && yarn build",
"re:build-npm": "npm run rm:all && npm install && npm run build",
"dev:ts": "yarn dev & yarn ts:watch",
"ts": "tsc --noEmit --incremental",
"ts:watch": "yarn ts --watch"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.1",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@firebase/functions": "^0.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@hookform/resolvers": "^3.3.1",
"@iconify/react": "^4.1.1",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/x-data-grid": "^6.16.1",
"@mui/x-date-pickers": "^6.16.1",
"@next/third-parties": "^14.2.5",
"@react-pdf/renderer": "^3.1.12",
"@stripe/stripe-js": "^1.53.0",
"@types/quill": "^2.0.14",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.10",
"apexcharts": "^3.43.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"firebase": "^10.4.0",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"framer-motion": "^10.16.4",
"highlight.js": "^11.8.0",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mammoth": "^1.6.0",
"mapbox-gl": "^2.15.0",
"mui-one-time-password-input": "^2.0.0",
"next": "^14.2.5",
"next-plausible": "^3.12.1",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"p5": "^1.10.0",
"quill-image-uploader": "^1.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.2.2",
"react-lazy-load-image-component": "^1.6.0",
"react-map-gl": "^7.1.6",
"react-markdown": "^9.0.0",
"react-organizational-chart": "^2.2.1",
"react-quill": "^2.0.0",
"react-slick": "^0.29.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"simplebar-react": "^3.2.4",
"slick-carousel": "^1.8.1",
"stripe": "^12.11.0",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.4",
"yet-another-react-lightbox": "^3.13.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/autosuggest-highlight": "^3.2.0",
"@types/lodash": "^4.14.199",
"@types/mapbox-gl": "^2.7.15",
"@types/node": "^20.8.2",
"@types/nprogress": "^0.2.1",
"@types/numeral": "^2.0.3",
"@types/react": "^18.2.25",
"@types/react-lazy-load-image-component": "^1.6.1",
"@types/react-slick": "^0.23.10",
"@types/stylis": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}