-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.26 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "agile-lead-app",
"license": "MIT",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@meronex/icons": "^4.0.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^1.1.2",
"@stitches/react": "^1.2.8",
"@types/node": "18.11.17",
"date-fns": "^2.30.0",
"eslint-config-next": "13.1.0",
"firebase": "^10.12.4",
"next": "^14.2.5",
"react": "18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.52.1",
"react-linkify": "^1.0.0-alpha",
"react-loading-skeleton": "^3.4.0",
"react-select": "^5.8.0",
"sharp": "^0.33.4",
"typescript": "4.9.4",
"uuidv4": "^6.2.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-datepicker": "^4.19.6",
"@types/react-dom": "^18.3.0",
"@types/react-linkify": "^1.0.4",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cypress": "^13.13.1",
"cypress-firebase": "^4.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8",
"ts-jest": "^29.2.3",
"ts-node-dev": "^2.0.0"
}
}