-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "assignment-2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"clsx": "^2.1.0",
"date-fns": "^3.3.0",
"fabric": "^5.3.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^14.2.0",
"react": "^18.3.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.0",
"react-icons": "^5.2.0",
"react-select": "^5.10.2",
"socket.io-client": "^4.7.0",
"tailwind-merge": "^2.2.0",
"uuid": "^9.0.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/fabric": "^5.3.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.3.0"
}
}