-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "gamble",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"next": "13.5.6",
"@fortawesome/fontawesome-common-types": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^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",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"babel-plugin-macros": "^3.1.0",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"clsx": "^2.1.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.18.0",
"mongodb": "^5.9.2",
"nacl": "^0.1.3",
"next-nprogress-bar": "^2.1.2",
"nextjs-progressbar": "^0.0.16",
"postcss": "^8.4.33",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-tooltip": "^5.26.0",
"redis": "^4.6.12",
"socket.io-client": "^4.7.4",
"tailwindcss": "3.3.3",
"tweetnacl": "^1.0.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.11.16",
"@types/ws": "^8.5.10"
}
}