-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 Bytes
/
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
{
"name": "dumbcharades",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.15.18",
"@react-spring/web": "^9.5.5",
"mongodb": "^6.7.0",
"next": "14.2.3",
"node-fetch": "^2.7.0",
"react": "^18",
"react-dom": "^18",
"react-responsive": "^10.0.0",
"react-swipeable": "^7.0.1",
"react-tinder-card": "^1.6.4",
"request": "^2.88.2",
"styled-components": "^6.1.11"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}