-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "chinasanda",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:update": "vitest run -u"
},
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"@sanity/image-url": "^1.2.0",
"date-fns": "^4.1.0",
"lucide-react": "^1.31.0",
"next": "^16.1.6",
"next-sanity": "^11.5.6",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-big-calendar": "^1.19.4",
"react-dom": "19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.38.0",
"@stylistic/eslint-plugin": "^5.4.0",
"@tailwindcss/postcss": "^4",
"@testing-library/react": "^16.3.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/ui": "^4.0.1",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "^16.1.6",
"jsdom": "^27.0.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.1"
}
}