-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "academ-front",
"version": "1.2.0",
"private": true,
"scripts": {
"format": "prettier --write \"**/*.ts\" \"**/*.tsx\" | grep -v '(unchanged)$'",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"dependencies": {
"@headlessui/react": "^2.2.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.6",
"@tanstack/react-form": "^0.41.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@types/mdx": "^2.0.13",
"kled": "^0.1.6",
"lucide-react": "^0.474.0",
"motion": "^12.0.5",
"next": "^15.1.6",
"qs": "^6.13.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-toastify": "^11.0.3",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-autofix": "^2.2.0",
"eslint-plugin-prettier": "^5.2.1",
"natural-compare": "^1.4.0",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"type": "module",
"packageManager": "[email protected]"
}