-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"audit": "npm audit --audit-level=moderate",
"tailwind": "bunx @tailwindcss/cli -w",
"test": "bun test"
},
"dependencies": {
"@eslint/config-array": "^0.23.2",
"@eslint/object-schema": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.90.21",
"@theme-toggles/react": "^4.1.0",
"axios": "^1.13.5",
"class-variance-authority": "^0.7.1",
"formik": "^2.4.9",
"framer-motion": "^12.34.3",
"glob": "^13.0.6",
"lru-cache": "^11.2.6",
"markdown-to-jsx": "^9.7.6",
"next": "16.1.6",
"nprogress": "^0.2.0",
"platform": "^1.3.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.5.2",
"react-iframe": "^1.8.5",
"react-modal-sheet": "^5.1.0",
"react-test-renderer": "^19.2.4",
"react-toggle": "^4.1.3",
"react-tooltip": "^5.28.0",
"rimraf": "^6.1.3",
"sharp": "^0.34.5",
"swiper": "^12.1.2",
"yup": "^1.6.1"
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"@types/react": "^19.2.14",
"autoprefixer": "^10.4.27",
"eslint": "^10.0.2",
"eslint-config-next": "^16.1.6",
"jest": "^30.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.2.1",
"@tailwindcss/postcss": "^4.2.1",
"webpack": "^5.105.3"
}
}