-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.72 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.72 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/busboy": "^1.5.0",
"@types/nodemailer": "^6.4.10",
"@upstash/ratelimit": "^2.0.5",
"busboy": "^1.6.0",
"cross-env": "^7.0.3",
"fs": "^0.0.1-security",
"googleapis": "^114.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.545.0",
"marked": "^4.2.12",
"next": "^13.3.0",
"nodemailer": "^6.9.1",
"path": "^0.12.7",
"postmark": "^4.0.5",
"react": "^18.2.0",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.2",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/locomotive-scroll": "^4.1.0",
"@types/node": "^18.17.1",
"@types/react": "18.2.21",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-next": "^13.3.0",
"eslint-plugin-react": "^7.33.0",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.1.6"
}
}