-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 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
70
{
"name": "dralorraine-web",
"version": "1.2.0",
"description": "Dra Lorraine - Se prepare para a Residência Médica com a Lô",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/aamdias/dralorraine-web"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"tailwindcss",
"tailwind"
],
"author": "aamdias",
"homepage": "https://www.aamdias.com",
"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/third-parties": "^14.2.4",
"@notionhq/client": "^2.2.15",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.0.21",
"eslint-config-next": "13.1.2",
"framer-motion": "^10.18.0",
"micro-cors": "^0.1.1",
"next": "^14.2.4",
"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",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^5.0.1",
"react-modal": "^3.16.1",
"react-modal-video": "^2.0.2",
"resize-observer-polyfill": "^1.5.1",
"tailwind-merge": "^2.3.0",
"uuid": "^8.3.2"
},
"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"
}
}