-
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.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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": "tabletop-rpg-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^2.2.7",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/uuid": "^10.0.0",
"bcryptjs": "^2.4.3",
"formidable": "^3.5.2",
"framer-motion": "^11.5.4",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.9.0",
"next": "14.2.9",
"next-auth": "^4.24.7",
"react": "^18",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dnd": "^2.0.36",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"typescript": "^5"
}
}