-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.18 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.18 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
{
"name": "oa-ma-forum",
"version": "6.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",
"lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx,json}",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md,json,scss} --config ./.prettierrc.json"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.5",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.0.0",
"autoprefixer": "10.4.15",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"moment-timezone": "^0.5.43",
"next": "13.5.2",
"postcss": "8.4.29",
"prettier": "^2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.24.0",
"stripe": "^12.18.0",
"swiper": "^10.2.0",
"tailwind-merge": "^1.12.0",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "3.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@next/eslint-plugin-next": "^10.0.4",
"autoprefixer": "^10.4.14",
"babel-eslint": "^10.1.0",
"dotenv": "^16.0.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.30.0"
}
}