-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tailwind": "npx tailwind -w",
"test": "bun test"
},
"dependencies": {
"@eslint/config-array": "^0.19.1",
"@eslint/object-schema": "^2.1.5",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.62.7",
"@theme-toggles/react": "^4.1.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"formik": "^2.4.6",
"framer-motion": "^11.14.4",
"glob": "^11.0.0",
"lru-cache": "^11.0.2",
"markdown-to-jsx": "^7.7.1",
"next": "15.1.3",
"nprogress": "^0.2.0",
"platform": "^1.3.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-iframe": "^1.8.5",
"react-modal-sheet": "^4.0.0",
"react-test-renderer": "^19.0.0",
"react-toggle": "^4.1.3",
"react-tooltip": "^5.28.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"swiper": "^11.1.15",
"yup": "^1.5.0"
},
"devDependencies": {
"@types/react": "^19.0.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"webpack": "^5.97.1"
}
}