forked from Taosit/Lingpal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 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
51
52
53
54
{
"name": "word-game",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"cloudinary": "^1.33.0",
"compressorjs": "^1.1.1",
"cookie": "^0.5.0",
"framer-motion": "^6.4.3",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"nanoid": "^4.0.0",
"next": "^13.1.0",
"next-cloudinary": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-star-ratings": "^2.3.0",
"socket.io-client": "^4.5.1",
"web-vitals": "^2.1.4",
"zustand": "^4.3.8"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^20.3.1",
"autoprefixer": "^10.4.7",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^5.1.3"
}
}