-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.99 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.99 KB
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
{
"private": true,
"proxy": "http://127.0.0.1:8000",
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "dotenv -e .env.production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"prepare": "husky",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@headlessui/tailwindcss": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@icons-pack/react-simple-icons": "^13.8.0",
"@mantine/hooks": "^8.3.9",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-pdf/renderer": "^4.3.1",
"@react-router/node": "^7.10.1",
"@react-router/serve": "^7.10.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@vimeo/player": "^2.30.1",
"@wojtekmaj/react-recaptcha-v3": "^0.1.4",
"add-to-calendar-button-react": "^2.13.3",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crisp-sdk-web": "^1.0.26",
"date-fns": "^4.1.0",
"dotenv": "^16.6.1",
"dotenv-cli": "^8.0.0",
"filepond": "^4.32.10",
"filepond-plugin-file-validate-type": "^1.2.9",
"framer-motion": "^12.23.25",
"howler": "^2.2.4",
"isbot": "^5.1.32",
"lucide-react": "^0.555.0",
"markdown-to-jsx": "^7.7.17",
"party-js": "^2.2.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-easy-crop": "^5.5.6",
"react-filepond": "^7.1.3",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-responsive": "^10.0.1",
"react-router": "^7.10.1",
"react-share": "^5.2.2",
"react-textarea-autosize": "^8.5.9",
"react-top-loading-bar": "^3.0.2",
"remix-auth": "^4.2.0",
"remix-auth-github": "^3.0.2",
"sitemap": "^8.0.2",
"slugify": "^1.6.6",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.3",
"use-mask-input": "^3.5.2",
"vanilla-lazyload": "^19.1.3",
"vaul": "^1.1.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.1",
"@mdx-js/rollup": "^3.1.1",
"@react-router/dev": "^7.10.1",
"@react-router/remix-routes-option-adapter": "^7.10.1",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/howler": "^2.2.12",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/vimeo__player": "^2.18.3",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^27.0.1",
"lint-staged": "^15.5.2",
"prettier": "^3.7.4",
"remix-flat-routes": "^0.8",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20"
},
"lint-staged": {
"**/*": [
"prettier --write --ignore-unknown"
],
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix --max-warnings=0"
]
}
}