forked from momstrosity/JobIt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.39 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.39 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
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
76
77
78
79
{
"name": "jobit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ionic:build": "npm run build",
"ionic:serve": "npm run start"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"chart.js": "^4.4.1",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"cookies-next": "^4.1.1",
"date-fns": "^2.30.0",
"eslint-config-next": "14.0.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.14.1",
"i": "^0.3.7",
"lucide-react": "^0.259.0",
"moment": "^2.29.4",
"next": "14.0.3",
"next-themes": "^0.2.1",
"postcss": "8.4.25",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^5.0.1",
"react-redux": "^8.1.1",
"redux-persist": "^6.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.6",
"uuid": "^9.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"typescript": "^5.1.6"
}
}