-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.62 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.62 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
{
"name": "with-tailwindcss",
"version": "1.22.4",
"packageManager": "pnpm@8.10.0",
"engines": {
"node": ">=18",
"pnpm": ">=8.0.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"bun": "please-use-pnpm"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"check-types": "tsc --noEmit",
"lint:check": "eslint '**/*.{js,jsx,ts,tsx}' && npm run check-types",
"lint:fix": "eslint --fix '**/*.{js,jsx,ts,tsx}' && npm run check-types",
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^1.0.1",
"@supabase/supabase-js": "^1.29.0",
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.2",
"axios": "^0.21.1",
"formik": "^2.2.9",
"https": "^1.0.0",
"link-preview-js": "^3.0.5",
"next": "^12.0.0",
"postcss": "^8.4.7",
"posthog-js": "^1.225.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^12.0.4",
"react-fast-marquee": "^1.3.1",
"react-ga4": "^1.4.1",
"react-html-parser": "^2.0.2",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.1",
"react-query": "^3.39.3",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^3.0.5",
"react-select": "^5.2.2",
"react-spinners": "^0.11.0",
"react-tsparticles": "^1.37.5",
"react-waypoint": "^10.3.0",
"sweetalert2": "^10.3.5",
"tailwind-merge": "^2.5.2",
"typeface-inter": "^3.15.0",
"typeface-source-sans-pro": "^1.1.5"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.41.3",
"@tailwindcss/forms": "^0.5.0",
"@types/prop-types": "^15.7.14",
"@types/react": "^17.0.39",
"@types/react-html-parser": "^2.0.2",
"@types/react-pdf": "^5.0.9",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"netlify-plugin-cache-nextjs": "^1.0.0",
"only-allow": "^1.2.1",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5"
},
"license": "MIT"
}