-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.4 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
{
"homepage": "/",
"name": "react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tailwind": "tailwind build -i src/tailwind.css -o public/styles.css",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.24.0",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^8.5.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.6.3",
"vite": "^3.1.4"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@netlify/plugin-nextjs": "^5.7.1",
"@next/third-parties": "^15.3.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^4.10.1",
"algoliasearch": "^4.24.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.3",
"dotenv": "^16.4.5",
"i18next": "^23.11.5",
"isomorphic-dompurify": "^2.15.0",
"juice": "^10.0.0",
"lucide-react": "^0.460.0",
"mirador": "^4.0.0-alpha.2",
"mysql2": "^3.14.1",
"next": "^14.2.35",
"next-intl": "^3.19.0",
"next-themes": "^0.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-instantsearch-dom": "^6.40.4",
"react-modal": "^3.16.1",
"react-router-dom": "^6.4.1",
"react-sketch-canvas": "^6.2.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"sonner": "^2.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"xml2js": "^0.6.2"
}
}