-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "drawyy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@reduxjs/toolkit": "^2.3.0",
"@tippyjs/react": "^4.2.6",
"axios": "^1.7.7",
"cloudinary": "^2.5.1",
"framer-motion": "^11.11.17",
"lucide-react": "^0.460.0",
"next": "15.0.2",
"next-auth": "^4.24.10",
"perfect-freehand": "^1.2.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-colorful": "^5.6.1",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.6",
"redux-persist": "^6.0.0",
"roughjs": "^4.6.6",
"sass": "^1.80.6",
"uuid": "^11.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-redux": "^7.1.34",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}