-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
{
"name": "with-tailwindcss",
"version": "1.22.4",
"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"
},
"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.203.1",
"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": "^5.3.0",
"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": {
"@tailwindcss/forms": "^0.5.0",
"@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",
"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"
}