-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.99 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.99 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "skillriskaudit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "^7.107.0",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "2.43.4",
"@tippyjs/react": "^4.2.6",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"debounce": "^1.2.1",
"downshift": "^8.5.0",
"formidable": "^3.5.1",
"formik": "^2.4.5",
"framer-motion": "^11.0.3",
"is-url-superb": "^6.1.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.446.0",
"next": "^14.2.3",
"nextjs-toploader": "^1.6.12",
"numeral": "^2.0.6",
"pluralize": "^8.0.0",
"raw-loader": "^4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@next/eslint-plugin-next": "^13.2.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/formidable": "^2.0.6",
"@types/js-cookie": "^3.0.3",
"@types/mixpanel-browser": "^2.48.1",
"@types/node": "^20.1.7",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.6",
"@types/react-datepicker": "^6.0.1",
"@types/react-dom": "^18.2.4",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"types": "link:@supabase/gotrue-js/src/lib/types",
"typescript": "^5.3.3"
}
}