-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1014 Bytes
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
{
"name": "flavourdeck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-spring/web": "^9.7.3",
"@vercel/speed-insights": "^1.0.1",
"firebase": "^10.6.0",
"js-search": "^2.0.1",
"nanoid": "^5.0.3",
"next": "14.0.3",
"node-firestore": "^2.0.1",
"react": "^18",
"react-dom": "^18",
"react-global-loading": "^1.0.11",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"vercel": "latest"
},
"devDependencies": {
"@types/js-search": "^1.4.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}