This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "mention-landing",
"version": "1.0.0",
"description": "Mention - We believe in the potential of people when they can come together.",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/PeableOfficial/MentionLanding.git"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"tailwindcss",
"tailwind"
],
"author": "Peable",
"homepage": "https://peable.co/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.14",
"@iconify/react": "^4.0.1",
"@next/font": "^13.1.2",
"@vercel/og": "^0.0.21",
"eslint-config-next": "13.1.2",
"framer-motion": "^10.11.2",
"micro-cors": "^0.1.1",
"next": "^13.1.2",
"next-secure-headers": "^2.2.0",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.44",
"numeral": "^2.0.6",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"resize-observer-polyfill": "^1.5.1",
"uuid": "^8.3.2",
"react-hot-toast": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.21",
"prettier": "2.8.6",
"sass": "^1.57.1",
"stylelint": "^14.16.1",
"tailwindcss": "^3.2.4",
"vitest": "^0.27.1"
}
}