-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "addons-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"ts:check": "tsc --project tsconfig.json --noEmit",
"codegen": "node codegen.mjs",
"prepare": "husky install"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.4",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"axios": "^1.7.3",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"filepond": "^4.31.2",
"filepond-plugin-file-poster": "^2.5.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"formik": "^2.4.6",
"install": "^0.13.0",
"isbot": "^5.1.14",
"lodash": "^4.17.21",
"next": "14.2.5",
"nextjs-toploader": "^1.6.12",
"react": "^18",
"react-avatar": "^5.0.3",
"react-dom": "^18",
"react-filepond": "^7.1.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"react-use-cookie": "^1.6.1",
"sharp": "^0.33.4",
"swiper": "^11.1.9",
"tailwind-merge": "^2.5.2",
"use-debounce": "^10.0.2",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.5",
"husky": "^9.1.4",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.6",
"swagger-typescript-api": "^13.0.21",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.9",
"typescript": "^5"
}
}