-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "biolink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/accessibility": "^3.1.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"framer-motion": "^12.5.0",
"next": "15.2.3",
"next-auth": "^4.24.11",
"primeicons": "^7.0.0",
"primereact": "^10.9.3",
"react": "^19.0.0",
"react-color": "^2.19.3",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-image-crop": "^11.0.7",
"react-toastify": "^11.0.5",
"sharp": "^0.33.5",
"sonner": "^2.0.3",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"styled-components": "^6.1.17",
"uuid": "^11.1.0"
},
"devDependencies": {
"@iconify-json/solar": "^1.2.2",
"@iconify/react": "^5.2.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5",
"unplugin-icons": "^22.1.0"
}
}